Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 2, 2024
1 parent 2b3d0c4 commit 4d548af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion native_gg/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
echo "============> Installing Node <============"
brew install node@20

echo "============> Linking Node <============"
brew link node@16

echo "=========> Installing cocoapods"
brew install cocoapods

echo "=======> Installing PNPM"
npm install -g pnpm
npm install -g pnpm@8.13.1

echo "=====> Moving to build directory"
cd native_gg
Expand Down

0 comments on commit 4d548af

Please sign in to comment.