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