Skip to content

Commit

Permalink
Fix iOS build #2 (#103)
Browse files Browse the repository at this point in the history
* do not remove Cocoapods

* do not remove Cocoapods
Varnius authored Feb 15, 2024
1 parent d75e7d2 commit 1c343db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ jobs:

- name: Cocoapods install
run: |
sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.15.2
cd example/ios
pod install

0 comments on commit 1c343db

Please sign in to comment.