diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fc0c1..c828cc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,6 @@ jobs: ~/.cargo/git/db/ src/_bcrypt/target/ key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af - with: - profile: minimal - toolchain: 'stable' - override: true - default: true - run: pip install tox - run: tox env: @@ -78,13 +72,6 @@ jobs: ~/.cargo/git/db/ src/_bcrypt/target/ key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af - with: - profile: minimal - toolchain: stable - override: true - default: true - target: ${{ matrix.WINDOWS.RUST_TRIPLE }} - run: pip install tox - run: tox