Fix syntax
This commit is contained in:
parent
ae75e85f05
commit
8b2b80d7ce
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -128,7 +128,8 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: Set up ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
key: linux-x86_64
|
||||
with:
|
||||
key: linux-x86_64
|
||||
- name: Set up dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
|
@ -222,7 +223,8 @@ jobs:
|
|||
sudo xcode-select -s "/Applications/Xcode_12.3.app"
|
||||
- name: Set up ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
key: macOS-universal
|
||||
with:
|
||||
key: macOS-universal
|
||||
- name: Build macOS universal
|
||||
env:
|
||||
CFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.12 -mtune=generic -msse -msse2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue