mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-20 22:21:15 +00:00
fix: add xcrun to run runtime before download
This commit is contained in:
parent
96154edfc2
commit
c47d45277e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
|||||||
- name: Install iOS components
|
- name: Install iOS components
|
||||||
if: ${{ matrix.ios }}
|
if: ${{ matrix.ios }}
|
||||||
run: |
|
run: |
|
||||||
|
xcrun simctl list > /dev/null
|
||||||
xcodebuild -downloadPlatform iOS
|
xcodebuild -downloadPlatform iOS
|
||||||
|
|
||||||
- name: Setup Emscripten
|
- name: Setup Emscripten
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user