summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-06-01 00:37:02 -0400
committerGitHub <noreply@github.com>2022-06-01 12:37:02 +0800
commit2affd95b9134c82a4462a79b9a0f0ab25f3d837f (patch)
tree8586d85bd92f4b03e3dd0ca99445b8c83afd70c3
parentbffa10fce7a639db41fe0c5c1453a3ad7b23827c (diff)
downloadpy-bcrypt-git-2affd95b9134c82a4462a79b9a0f0ab25f3d837f.tar.gz
include requested version in cache key (#343)
-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 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