mirror of
https://github.com/glomatico/gamdl.git
synced 2026-08-03 13:27:13 +03:00
Install Intel target for macOS universal2 wheel
This commit is contained in:
@@ -67,6 +67,10 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install macOS universal2 Rust target
|
||||
if: matrix.name == 'macos-universal2'
|
||||
run: rustup target add x86_64-apple-darwin
|
||||
|
||||
- name: Build wheel
|
||||
run: |
|
||||
python -m pip install maturin
|
||||
|
||||
Reference in New Issue
Block a user