Skip to content

Commit

Permalink
test: expire old bin cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent 5b7770e commit f92428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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') }}-${{ matrix.test }}-2
enableCrossOsArchive: true

- name: Download deps
Expand Down

0 comments on commit f92428e

Please sign in to comment.