Skip to content

Commit

Permalink
chore: pod repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil committed Sep 24, 2023
1 parent 8e03e61 commit 1b8a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: steps.cache-app-node-modules.outputs.cache-hit != 'true'

- name: Install application pods if cache not present
run: cd ./Example/ios && pod install --no-repo-update
run: cd ./Example/ios && pod repo update && pod install
if: steps.cache-app-pods.outputs.cache-hit != 'true'

lint:
Expand Down

0 comments on commit 1b8a989

Please sign in to comment.