Skip to content

Commit

Permalink
Install Node for sync workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jun 17, 2024
1 parent 6478498 commit 18f374c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ install_dependencies() {
install_ruby
elif [[ "$CI_WORKFLOW" == "sync"* ]]; then
# elif [[ "$CI_WORKFLOW" == "sync"* ]] || [[ "$CI_WORKFLOW" == "swiftpm"* ]]; then
brew install node
sh build.sh setup-baas
sh build.sh download-core
elif [[ "$CI_WORKFLOW" = *"spm"* ]] || [[ "$CI_WORKFLOW" = "xcframework"* ]]; then
Expand Down

0 comments on commit 18f374c

Please sign in to comment.