Browse Source

Fix syntax

tags/22.02
falkTX 4 years ago
parent
commit
8b2b80d7ce
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      .github/workflows/build.yml

+ 4
- 2
.github/workflows/build.yml View File

@@ -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…
Cancel
Save