mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-21 06:31:17 +00:00
fix: use latest xcode
This commit is contained in:
parent
a13802054d
commit
57d41bb9b8
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -96,10 +96,11 @@ jobs:
|
|||||||
brew install cmake ninja llvm qt6
|
brew install cmake ninja llvm qt6
|
||||||
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV
|
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install iOS SDK
|
- name: Use latest Xcode
|
||||||
if: ${{ matrix.ios }}
|
if: ${{ matrix.ios }}
|
||||||
run: |
|
uses: maxim-lobanov/setup-xcode@v1.6.0
|
||||||
xcodebuild -downloadPlatform iOS
|
with:
|
||||||
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- name: Setup Emscripten
|
- name: Setup Emscripten
|
||||||
uses: mymindstorm/setup-emsdk@master
|
uses: mymindstorm/setup-emsdk@master
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user