From f91200e54d19ed895fa2b38b16ac6f5643788fa7 Mon Sep 17 00:00:00 2001 From: tmtenbrink <64082573+tmtenbrink@users.noreply.github.com> Date: Sun, 19 Sep 2021 20:21:06 +0200 Subject: [PATCH] Update macwheel.yml --- .github/workflows/macwheel.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macwheel.yml b/.github/workflows/macwheel.yml index 8b00834..bdfd70d 100644 --- a/.github/workflows/macwheel.yml +++ b/.github/workflows/macwheel.yml @@ -23,8 +23,10 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3' # Version range or exact version of a Python version to use, using SemVer's version range syntax - architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - + + - name: Rustup install aarch64 target + run: rustup target add aarch64-apple-darwin + # Runs a single command using the runners shell - name: Poetry run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -