Skip to content

Commit 16a0497

Browse files
committed
define cache key
1 parent 949b027 commit 16a0497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
steps:
151151
- uses: runs-on/action@v1
152152
- uses: runs-on/cache@v4
153+
with:
154+
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
153155
- uses: actions/checkout@v4
154156
- uses: rui314/setup-mold@v1
155157
with:

0 commit comments

Comments
 (0)