Skip to content

Commit

Permalink
Use stable toolchain for whirlpool's test-asm
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 7, 2023
1 parent 4150a7c commit 7d2b9e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,10 @@ jobs:

test-asm:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.45 # MSRV of cc v1.0.82
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
toolchain: stable # cc has a relaxed MSRV policy
- run: cargo test --features asm

0 comments on commit 7d2b9e5

Please sign in to comment.