From 2affd95b9134c82a4462a79b9a0f0ab25f3d837f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 1 Jun 2022 00:37:02 -0400 Subject: include requested version in cache key (#343) --- .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 f058a1c..12b9998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: ~/.cargo/registry/src/ ~/.cargo/git/db/ src/_bcrypt/target/ - key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }} - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af with: profile: minimal -- cgit v1.2.1