Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
Add rustup target for macos
  • Loading branch information
nreinicke authored May 14, 2024
1 parent 722af5a commit dadb90b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
pip install -U setuptools-rust &&
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y &&
rustup show
CIBW_BEFORE_BUILD_MACOS: >
rustup target add x86_64-apple-darwin
- name: upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dadb90b

Please sign in to comment.