We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2353274 commit c638be9Copy full SHA for c638be9
.github/workflows/build-apk.yml
@@ -44,4 +44,7 @@ jobs:
44
- name: Build lib
45
run: |
46
cd $(pwd)/../xmrwallet/external-libs
47
- make
+ make
48
+
49
+ - name: Build Android App
50
+ uses: sparkfabrik/[email protected]
0 commit comments