From 1a84e800913d757f46be3821ad3bdffc02cecf12 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:50:11 -0700 Subject: [PATCH] Troubleshooting new GHA failure (#559) Co-authored-by: Daniel McKnight --- .github/workflows/build_debos.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_debos.yml b/.github/workflows/build_debos.yml index 9f914eef7..f6650f147 100644 --- a/.github/workflows/build_debos.yml +++ b/.github/workflows/build_debos.yml @@ -21,7 +21,10 @@ jobs: repository: NeonGeckoCom/neon_debos path: action/neon_debos - name: Ensure LFS files are pulled - run: git lfs pull action/neon_debos + run: | + cd action/neon_debos + git lfs pull + cd ../.. - name: Export keys for image build run: | mkdir -p action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon