From 4a0c8046bcd825fa409d0c9d30c2aeaa1a71ace2 Mon Sep 17 00:00:00 2001 From: Jeon Suyeol Date: Wed, 4 Mar 2026 11:00:59 +0900 Subject: [PATCH] Fix tvOS CI by installing simulator runtime Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65860f1..581972e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,10 @@ jobs: - name: Install Tuist run: brew install tuist + - name: Install tvOS Simulator + if: matrix.platform == 'tvOS' + run: xcodebuild -downloadPlatform tvOS + - name: Generate project run: tuist generate --no-open