Skip to content

Commit bac7bbb

Browse files
save
1 parent 94cc361 commit bac7bbb

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/ios-ci.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,23 @@ jobs:
2626
- name: Show available simulators
2727
run: xcrun simctl list devicetypes
2828

29-
- name: Cache CocoaPods
30-
uses: actions/cache@v4
31-
with:
32-
path: Pods
33-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
34-
restore-keys: |
35-
${{ runner.os }}-pods-
36-
37-
- name: Install CocoaPods
38-
run: |
39-
sudo gem install cocoapods
40-
pod --version
29+
# TODO: Remove this once we have a way to install CocoaPods
30+
# - name: Cache CocoaPods
31+
# uses: actions/cache@v4
32+
# with:
33+
# path: Pods
34+
# key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
35+
# restore-keys: |
36+
# ${{ runner.os }}-pods-
37+
38+
# - name: Install CocoaPods
39+
# run: |
40+
# sudo gem install cocoapods
41+
# pod --version
4142

42-
- name: Install Pod Dependencies
43-
run: |
44-
pod install --repo-update
43+
# - name: Install Pod Dependencies
44+
# run: |
45+
# pod install --repo-update
4546

4647
- name: Build for iOS Simulator
4748
run: |

0 commit comments

Comments
 (0)