From 44637019983e95cd5fadda6d0bca21919276414c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 15 Jul 2022 12:54:02 -0400 Subject: [PATCH] remove use of actions-rs where the rust in the image is fine (#366) --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) 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