Skip to content

Commit

Permalink
explicitly run pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcactus committed Nov 22, 2024
1 parent debf9ed commit 5cc7962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: Install CocoaPods dependencies
run: |
./gradlew :shared:generateDummyFramework
pushd iosApp
bundle exec pod install
popd
bundle exec ./gradlew :shared:podInstallSyntheticIos
- name: shared checks & unit tests
run: ./gradlew shared:check
Expand Down

0 comments on commit 5cc7962

Please sign in to comment.