File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 ~/.cargo/registry/src/
3838 ~/.cargo/git/db/
3939 src/_bcrypt/target/
40- key : ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
40+ key : ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4141 - run : pip install nox
4242 - run : nox -v
4343 env :
7474 ~/.cargo/registry/src/
7575 ~/.cargo/git/db/
7676 src/_bcrypt/target/
77- key : ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
77+ key : ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7878
7979 - run : pip install nox
8080 - run : nox -v
You can’t perform that action at this time.
0 commit comments