Try to fix macos-intel build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a9b87c4cdd
commit
f58875e0eb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -473,6 +473,10 @@ jobs:
|
|||
src/Rack/dep/speexdsp-SpeexDSP-1.2rc3
|
||||
src/Rack/dep/zstd-1.4.5
|
||||
key: macos-intel-v${{ env.CACHE_VERSION }}
|
||||
- name: Fix up Xcode
|
||||
run: |
|
||||
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
|
||||
sudo xcode-select -s "/Applications/Xcode_12.3.app"
|
||||
- name: Build extra dependencies
|
||||
run: |
|
||||
./deps/PawPaw/bootstrap-cardinal.sh macos && ./deps/PawPaw/.cleanup.sh macos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue