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