Fix cache name
This commit is contained in:
parent
fdc09c9ae9
commit
639c8af5c1
|
|
@ -87,6 +87,6 @@ jobs:
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: target
|
path: target
|
||||||
key: clippy-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
|
key: min-version-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
|
||||||
- name: Check openssl
|
- name: Check openssl
|
||||||
run: cargo check -p openssl
|
run: cargo check -p openssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue