We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64
maturin
1 parent 69bbeed commit d716b33Copy full SHA for d716b33
.github/workflows/release.yml
@@ -180,7 +180,10 @@ jobs:
180
CIBW_BEFORE_ALL_LINUX: >
181
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y &&
182
yum install -y openssl-devel || apk add openssl-dev
183
- CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin"'
+ CIBW_ENVIRONMENT_LINUX: >
184
+ PATH="$PATH:$HOME/.cargo/bin"
185
+ CARGO_NET_GIT_FETCH_WITH_CLI="true"
186
+
187
# On a Linux Intel runner with qemu installed,
188
# build 64-bit Intel and ARM wheels
189
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
0 commit comments