更新MacOS action自动打包脚本
This commit is contained in:
4
.github/workflows/pake_build.yaml
vendored
4
.github/workflows/pake_build.yaml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user