Skip to content

Commit 20c7cf0

Browse files
committed
Add the correct os cache key
1 parent 43a2613 commit 20c7cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Load Rust Cache
9595
uses: Swatinem/[email protected]
9696
with:
97-
key: ${{ runner.os }}-${{ matrix.target }}-${{ matrix.cuda }}
97+
key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.cuda }}
9898

9999
- name: Rustfmt
100100
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)