diff --git a/.github/workflows/pr_test_build_ios.yml b/.github/workflows/pr_test_build_ios.yml index 2fa1568992..6a05864470 100644 --- a/.github/workflows/pr_test_build_ios.yml +++ b/.github/workflows/pr_test_build_ios.yml @@ -176,20 +176,20 @@ jobs: ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/sources" "$PWD/wownero/contrib/depends/sources" popd - - name: Execute Build and Setup Commands - run: | - pushd scripts/ios - source ./app_env.sh monero.com - ./app_config.sh - popd - - name: Build monero_c run: | pushd scripts/ios/ - source ./app_env.sh monero.com + source ./app_env.sh cakewallet ./build_monero_all.sh popd + - name: Execute Build and Setup Commands + run: | + pushd scripts/ios + source ./app_env.sh cakewallet + ./app_config.sh + popd + - name: Install Flutter dependencies run: | flutter pub get diff --git a/scripts/ios/build_monero_all.sh b/scripts/ios/build_monero_all.sh index 9dd0066e02..cf7d4713bb 100755 --- a/scripts/ios/build_monero_all.sh +++ b/scripts/ios/build_monero_all.sh @@ -26,6 +26,7 @@ do else ./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT fi + done popd done