mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-16 20:09:45 +00:00
ci: fix cache key
This commit is contained in:
parent
67815d5582
commit
28334c2cfb
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: target/
|
||||
key: ${{ matrix.os }}-stable-target
|
||||
key: ${{ matrix.os }}-stable-target-v1
|
||||
restore-keys: |
|
||||
${{ matrix.os }}-stable-target
|
||||
${{ matrix.os }}-stable-target-v1
|
||||
- name: Setup toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@ -64,9 +64,9 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: target/
|
||||
key: ${{ matrix.os }}-stable-target
|
||||
key: ${{ matrix.target }}-stable-target-v1
|
||||
restore-keys: |
|
||||
${{ matrix.os }}-stable-target
|
||||
${{ matrix.target }}-stable-target-v1
|
||||
- name: Setup toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user