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.
1 parent 64d7e64 commit 46a5c37Copy full SHA for 46a5c37
.github/workflows/ci.yml
@@ -239,8 +239,9 @@ jobs:
239
CIBW_ARCHS_WINDOWS: AMD64
240
CIBW_BEFORE_ALL_LINUX: >
241
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
242
- CIBW_BEFORE_ALL_MACOS: >
+ CIBW_BEFORE_ALL_MACOS: |
243
rustup target add aarch64-apple-darwin
244
+ rustup target add x86_64-apple-darwin
245
CIBW_ENVIRONMENT_LINUX: PATH=/root/.cargo/bin:$PATH
246
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.platform.name }}_*
247
CIBW_TEST_COMMAND: python {project}/tests/test_py.py
0 commit comments