Scripts: attempt to build android

This commit is contained in:
Pieter Vander Vennet 2025-04-28 13:43:05 +02:00
parent 47289f80a2
commit 4d0d3ff8c5

View file

@ -24,7 +24,10 @@ jobs:
- name: clone submodule
shell: bash
run: git submodule init && git submodule update
run: |
echo "[submodule "android"]\n path = android\n url = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
git submodule init
git submodule update
- name: Decode keystore
run: |