File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -176,20 +176,20 @@ jobs:
176
176
ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/sources" "$PWD/wownero/contrib/depends/sources"
177
177
popd
178
178
179
- - name : Execute Build and Setup Commands
180
- run : |
181
- pushd scripts/ios
182
- source ./app_env.sh monero.com
183
- ./app_config.sh
184
- popd
185
-
186
179
- name : Build monero_c
187
180
run : |
188
181
pushd scripts/ios/
189
- source ./app_env.sh monero.com
182
+ source ./app_env.sh cakewallet
190
183
./build_monero_all.sh
191
184
popd
192
185
186
+ - name : Execute Build and Setup Commands
187
+ run : |
188
+ pushd scripts/ios
189
+ source ./app_env.sh cakewallet
190
+ ./app_config.sh
191
+ popd
192
+
193
193
- name : Install Flutter dependencies
194
194
run : |
195
195
flutter pub get
Original file line number Diff line number Diff line change 26
26
else
27
27
./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT
28
28
fi
29
+ done
29
30
popd
30
31
done
31
32
You can’t perform that action at this time.
0 commit comments