Skip to content

Commit

Permalink
ci: change cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 5, 2024
1 parent 3208e58 commit 74f2877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]
with:
path: externals
key: ${{ runner.os }}-externals
key: ${{ runner.os }}-externals-${{ hashFiles('scripts/prepare-*.sh') }}
- name: Install dependencies
run: yarn install
- name: Prepare (Windows)
Expand Down

0 comments on commit 74f2877

Please sign in to comment.