Skip to content

Commit

Permalink
Fix cache logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 12, 2024
1 parent 416e49a commit 2d51de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:

- name: Debug cache restore
run: |
ls -la packages/
ls -la openwrt/build_dir/
ls -la openwrt/staging_dir/
ls -la packages/ || true
ls -la openwrt/build_dir/ || true
ls -la openwrt/staging_dir/ || true
- name: Build Gluon Image
id: build
Expand Down

0 comments on commit 2d51de0

Please sign in to comment.