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