Skip to content

Commit

Permalink
ci: fix builder cache key
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 16, 2024
1 parent 3ce0bc7 commit afc715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: scripts/bins
key: testbins-${{ hashFiles('scripts/binaries.csv') }}-${{ matrix.test }}
key: testbins-${{ hashFiles('scripts/binaries.csv') }}-integration-real-v3
enableCrossOsArchive: true

- name: Collect profiles
Expand Down

0 comments on commit afc715c

Please sign in to comment.