File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments