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
|
submodules: recursive
|
||||||
- name: Set up ccache
|
- name: Set up ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
key: linux-x86_64
|
with:
|
||||||
|
key: linux-x86_64
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
|
@ -222,7 +223,8 @@ jobs:
|
||||||
sudo xcode-select -s "/Applications/Xcode_12.3.app"
|
sudo xcode-select -s "/Applications/Xcode_12.3.app"
|
||||||
- name: Set up ccache
|
- name: Set up ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
key: macOS-universal
|
with:
|
||||||
|
key: macOS-universal
|
||||||
- name: Build macOS universal
|
- name: Build macOS universal
|
||||||
env:
|
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
|
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