summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-06-03 14:49:51 -0700
committerSteven Fackler <sfackler@gmail.com>2020-06-03 14:49:51 -0700
commit639c8af5c1fada79976f4166ac56f6cd1f87e9b8 (patch)
treee2720262824f31a83db9ee478e9f761ed580ed27 /.github/workflows
parentfdc09c9ae9232956e1cca43cfc208cc425a7f4ca (diff)
downloadrust-openssl-639c8af5c1fada79976f4166ac56f6cd1f87e9b8.zip
Fix cache name
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e332bdd..28b62e97 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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