Skip to content

Commit

Permalink
Update ci_post_clone.sh script to change directory before running pod…
Browse files Browse the repository at this point in the history
… install
  • Loading branch information
LarsRefsgaard committed Jan 25, 2024
1 parent 3d7c17e commit dcca24d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
brew install cocoapods

#
ls -la .
ls -la workspace

cd workspace/ios

# Install CocoaPods dependencies.
pod install # run `pod install` in the `ios` directory.
Expand Down

0 comments on commit dcca24d

Please sign in to comment.