Fixes macOS wheel release

pull/114/head
Tpt 3 years ago
parent a21dcbb4f7
commit 5df48bf2bc
  1. 1
      .github/workflows/release.yml

@ -92,6 +92,7 @@ jobs:
needs: publish_lib_crate
steps:
- uses: actions/checkout@v2
- run: rustup update && rustup target add aarch64-apple-darwin
- uses: actions/setup-python@v2
with:
python-version: 3.6

Loading…
Cancel
Save