Skip to content

Commit 06e6bfe

Browse files
committed
Use pod install instead.
1 parent 9a666be commit 06e6bfe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ jobs:
5353
5454
- name: Install CocoaPods dependencies
5555
working-directory: tools/powersynctests/ios
56-
run: bundle install
57-
58-
- name: Install CocoaPods dependencies
59-
working-directory: tools/powersynctests/ios
60-
run: bundle exec pod install
56+
run: pod install
6157

6258
- name: iOS Simulator Build
6359
working-directory: ./tools/powersynctests

0 commit comments

Comments
 (0)