Skip to content

Commit

Permalink
Fix invalid use of anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 12, 2024
1 parent 4efe30b commit 284fa77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
packages
openwrt/build_dir
openwrt/staging_dir
key: &cache-key "${{ env.GLUON_RELEASE }}-${{ matrix.target }}-build-deps"
# keep this in sync with the key on the restore action!
key: ${{ env.GLUON_RELEASE }}-${{ matrix.target }}-build-deps

- name: Debug cache restore
run: |
Expand All @@ -89,4 +90,4 @@ jobs:
packages
openwrt/build_dir
openwrt/staging_dir
key: *cache-key
key: ${{ env.GLUON_RELEASE }}-${{ matrix.target }}-build-deps

0 comments on commit 284fa77

Please sign in to comment.