diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb9ab90..31b7bf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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