mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
fix: github no longer provides ios sdk
This commit is contained in:
parent
e0e5bee5c5
commit
bf8a9e6896
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -95,6 +95,11 @@ jobs:
|
||||
brew update
|
||||
brew install cmake ninja llvm qt6
|
||||
echo "LLVM_ROOT=$(brew --prefix llvm)/bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Install iOS SDK
|
||||
if: ${{ matrix.ios }}
|
||||
run: |
|
||||
xcodebuild -downloadPlatform iOS
|
||||
|
||||
- name: Setup Emscripten
|
||||
uses: mymindstorm/setup-emsdk@master
|
||||
|
||||
Loading…
Reference in New Issue
Block a user