We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2246eae commit 8f44b43Copy full SHA for 8f44b43
1 file changed
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
env:
180
RUST_BACKTRACE: 1
181
with:
182
- rust-toolchain: nightly
+ rust-toolchain: stable
183
target: x86_64
184
manylinux: auto
185
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
@@ -217,8 +217,8 @@ jobs:
217
218
219
220
221
- target: aarch64
+ target: aarch64-unknown-linux-gnu
222
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
223
manylinux: 2_28
224
0 commit comments