Skip to content

Commit

Permalink
Help with debugging cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 12, 2024
1 parent 15dbf0d commit 416e49a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
key: ${{ env.GLUON_RELEASE }}-${{ matrix.target }}-build-deps
save-always: true

- name: Debug cache restore
run: |
ls -la packages/
ls -la openwrt/build_dir/
ls -la openwrt/staging_dir/
- name: Build Gluon Image
id: build
run: make GLUON_TARGET="${{ matrix.target }}"
Expand Down

0 comments on commit 416e49a

Please sign in to comment.