Skip to content

Commit

Permalink
Run auditwheel tests with Rust 1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 20, 2022
1 parent 6eb6bbb commit 9437eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install Rust
id: rustup
run: |
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.57.0
echo "$(pwd)/.cargo/bin" >> $GITHUB_PATH
echo "::set-output name=rustc_hash::$(rustc -V | awk '{print $3}' | cut -c 2-)"
Expand Down

0 comments on commit 9437eaa

Please sign in to comment.