Fix cache name

This commit is contained in:
Steven Fackler 2020-06-03 14:49:51 -07:00
parent fdc09c9ae9
commit 639c8af5c1
1 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,6 @@ jobs:
uses: actions/cache@v1
with:
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
run: cargo check -p openssl