Skip to content

Commit 63ad37a

Browse files
committed
ci: Fix caching key for matrix targets
1 parent 99d53ed commit 63ad37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
3131
restore-keys: |
3232
${{ runner.os }}-build-${{ matrix.target }}-${{ hashFiles('Cargo.lock', 'rust-toolchain') }}
33-
${{ runner.os }}-build-
33+
${{ runner.os }}-build-${{ matrix.target }}-
3434
3535
- name: Install Rust toolchain
3636
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)