Skip to content

Commit

Permalink
debug why build isnt seeing cached package
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 21, 2023
1 parent 34dedc6 commit 97b49bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-using-buildscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
env:
GH_ACTIONS_SSH_KEY_BUILD_ARTIFACTS_CACHE: ${{ secrets.GH_ACTIONS_SSH_KEY_BUILD_ARTIFACTS_CACHE }}
run: |
ls -la packages/
if ! -f packages/cfe*deb; then
buildscripts/ci/docker-build-package.sh
fi
Expand Down

0 comments on commit 97b49bd

Please sign in to comment.