Skip to content

Commit

Permalink
test wheel-builder with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored May 10, 2023
1 parent 1ff6208 commit e5732d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
if: matrix.MANYLINUX.NAME == 'musllinux_1_1_aarch64'

- run: |
rustup toolchain add nightly
rustup default nightly
rustc --version
- uses: actions/[email protected]
with:
name: cryptography-sdist
Expand Down

0 comments on commit e5732d7

Please sign in to comment.