Skip to content

Commit 0f193f1

Browse files
chore(ci): download iOS simulators (#165)
1 parent 3920062 commit 0f193f1

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
STORE_PATH: ${{ env.STORE_PATH }}
3636
with:
3737
path: ${{ env.STORE_PATH }}
38-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
38+
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}
3939
restore-keys: |
4040
${{ runner.os }}-pnpm-store-
4141

.github/workflows/reusable_verify-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: ./.github/actions/setup-tools
2222

2323
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
24+
- run: xcrun simctl list > /dev/null
25+
- run: xcodebuild -downloadPlatform iOS
2426

2527
- run: pnpm run verify:ios
2628
working-directory: ./plugin

publish-ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
timeout-minutes: 30
1313
steps:
1414
- run: sudo xcode-select --switch /Applications/Xcode_26_0.app
15+
- run: xcrun simctl list > /dev/null
16+
- run: xcodebuild -downloadPlatform iOS
1517
- uses: actions/setup-node@v3
1618
with:
1719
node-version: 16

0 commit comments

Comments
 (0)