Update build.yml

This commit is contained in:
klzgrad 2021-02-28 13:11:51 +08:00 committed by GitHub
parent 9eedcd0778
commit f6b72c5f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target_cpu: [x64]
target_cpu: [x86]
env:
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
steps: