diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d09dcc..f3cad17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,8 @@ jobs: version: 8 - name: install Rust stable uses: dtolnay/rust-toolchain@stable + with: + targets: aarch64-apple-darwin - name: install dependencies (ubuntu only) if: matrix.settings.platform == 'ubuntu-latest'