Skip to content

Commit

Permalink
update cache key for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Sep 3, 2024
1 parent 9eeab4c commit f3a7ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609 # 2.7.3
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
with:
key: ${{ matrix.info.target }}
key: ${{ matrix.info.target }}-${{ matrix.info.os_release }}
cache-all-crates: true

- name: Test FreeBSD
Expand Down

0 comments on commit f3a7ecd

Please sign in to comment.