From 639c8af5c1fada79976f4166ac56f6cd1f87e9b8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 3 Jun 2020 14:49:51 -0700 Subject: [PATCH] Fix cache name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e332bdd5..28b62e97e 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 -- GitLab