From 5df48bf2bca394965cd3e50be19e9ac9a44a4429 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 11 Jul 2021 17:38:27 +0200 Subject: [PATCH] Fixes macOS wheel release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03efb03a..47449e8c 100644 --- a/.github/workflows/release.yml +++ b/.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