Skip to content

Commit

Permalink
fix iOS build (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Feb 15, 2024
1 parent ff191eb commit d75e7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

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

0 comments on commit d75e7d2

Please sign in to comment.