Skip to content

Commit e5732d7

Browse files
authored
test wheel-builder with nightly
see rust-lang/rust#107129 (comment)
1 parent 1ff6208 commit e5732d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheel-builder.yml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
9999
if: matrix.MANYLINUX.NAME == 'musllinux_1_1_aarch64'
100100

101+
- run: |
102+
rustup toolchain add nightly
103+
rustup default nightly
104+
rustc --version
105+
101106
- uses: actions/[email protected]
102107
with:
103108
name: cryptography-sdist

0 commit comments

Comments
 (0)