Update build.yml

This commit is contained in:
klzgrad 2021-02-28 17:42:58 +08:00 committed by GitHub
parent f2c4131c8b
commit 98cf1a88d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: [arm64, arm] arch: [arm64, arm]
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.arch }}"'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: brew install ninja - run: brew install ninja