Skip to content

Commit f199808

Browse files
authored
Merge pull request #56 from AMDmi3/freebsd-ci
Make CI cache specific to actual build system
2 parents 17cb6c5 + adae2d9 commit f199808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
~/.cargo/registry/cache/
117117
~/.cargo/git/db/
118118
target/
119-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
119+
key: freebsd-14.1-cargo-${{ hashFiles('**/Cargo.lock') }}
120120
- name: Cross-platform test
121121
uses: cross-platform-actions/[email protected]
122122
with:

0 commit comments

Comments
 (0)