From 7c36c7fe96913529365190286b09852100461a7a Mon Sep 17 00:00:00 2001 From: Tlntin Date: Wed, 30 Nov 2022 20:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0MacOS=20action=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pake_build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index 5196bae..2cc3142 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -56,7 +56,9 @@ jobs: - name: build for MacOS if: matrix.os == 'macos-latest' - run: npm run build:all-unix + run: | + rustup target add aarch64-apple-darwin + npm run build:all-unix - name: build for windows if: matrix.os == 'windows-latest'