Skip to content

Commit

Permalink
build: ensure x86_64-apple-darwin toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Jul 1, 2024
1 parent 64d7e64 commit 46a5c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ jobs:
CIBW_ARCHS_WINDOWS: AMD64
CIBW_BEFORE_ALL_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
CIBW_BEFORE_ALL_MACOS: >
CIBW_BEFORE_ALL_MACOS: |
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
CIBW_ENVIRONMENT_LINUX: PATH=/root/.cargo/bin:$PATH
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.platform.name }}_*
CIBW_TEST_COMMAND: python {project}/tests/test_py.py
Expand Down

0 comments on commit 46a5c37

Please sign in to comment.