remove use of actions-rs where the rust in the image is fine (#366)
This commit is contained in:
parent
1f44f86611
commit
4463701998
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user