Skip to content

Commit

Permalink
Troubleshooting new GHA failure (#559)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Oct 9, 2023
1 parent fad7621 commit 1a84e80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a84e80

Please sign in to comment.