remove poinless cargo cache paths from CI (#1067)
This commit is contained in:
parent
8c384ad753
commit
e1aa9e8830
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -33,9 +33,6 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/Library/Caches/pip/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/registry/src/
|
||||
~/.cargo/git/db/
|
||||
src/_bcrypt/target/
|
||||
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- run: pip install nox
|
||||
@ -74,10 +71,6 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/AppData/Local/pip/Cache/
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/registry/src/
|
||||
~/.cargo/git/db/
|
||||
src/_bcrypt/target/
|
||||
key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
@ -122,10 +115,6 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
~/.cache/pip/
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/registry/src/
|
||||
~/.cargo/git/db/
|
||||
src/_bcrypt/target/
|
||||
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user