fix: add xcrun to run runtime before download

This commit is contained in:
Helloyunho 2025-10-06 15:27:23 +09:00
parent 96154edfc2
commit c47d45277e
No known key found for this signature in database
GPG Key ID: 6AFA210B0150BE47

View File

@ -107,6 +107,7 @@ jobs:
- name: Install iOS components
if: ${{ matrix.ios }}
run: |
xcrun simctl list > /dev/null
xcodebuild -downloadPlatform iOS
- name: Setup Emscripten