From c47d45277e3cd348a93a1af6a1cb05c03aff04f5 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Mon, 6 Oct 2025 15:27:23 +0900 Subject: [PATCH] fix: add xcrun to run runtime before download --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e494e4..e4306017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,7 @@ jobs: - name: Install iOS components if: ${{ matrix.ios }} run: | + xcrun simctl list > /dev/null xcodebuild -downloadPlatform iOS - name: Setup Emscripten