Skip to content

Commit

Permalink
make test apk --debug'able
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jun 28, 2024
1 parent d0f5a53 commit a117d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xmruw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
./build_changelog.sh
cp ../release/monero/aarch64-linux-android_libwallet2_api_c.so.xz android/app/src/main/jniLibs/arm64-v8a/libmonero_libwallet2_api_c.so.xz
unxz -f android/app/src/main/jniLibs/arm64-v8a/*.xz
flutter build apk --flavor clean --dart-define=libstealth_calculator=false
flutter build apk --debug --flavor clean --dart-define=libstealth_calculator=false
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a117d70

Please sign in to comment.