Skip to content

Commit

Permalink
build cakewallet instead of monero.com
Browse files Browse the repository at this point in the history
run app_config.sh after building monero_c
[skip slack]
  • Loading branch information
MrCyjaneK committed Feb 5, 2025
1 parent cc765cd commit 6839b4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr_test_build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6839b4e

Please sign in to comment.