Skip to content

Commit

Permalink
Fix Xcode cloud and CI
Browse files Browse the repository at this point in the history
* Fix script
* Stop github ci running twice
  • Loading branch information
NigelBreslaw authored Jan 2, 2024
1 parent dbad935 commit 8a0ec73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: main-ci

on:
push:
pull_request:
branches:
- main

jobs:
build:
Expand Down
10 changes: 8 additions & 2 deletions native_gg/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
# Created by NigelBreslaw on 2.1.2024.
#

echo "============> Installing NVM <============"
brew install nvm

echo "============> Installing Node <============"
brew install node
nvm install 20.10.0

echo "=========> Installing cocoapods"
brew install cocoapods
Expand All @@ -18,5 +21,8 @@ npm install -g pnpm
echo "=====> Moving to build directory"
cd native_gg

echo "===> Install pods"
echo "=> Install npm dependencies"
pnpm i --frozen-lockfile

echo "=> Install pods"
pnpm run pod-install

0 comments on commit 8a0ec73

Please sign in to comment.