Scripts: attempt to build android

This commit is contained in:
Pieter Vander Vennet 2025-04-28 15:46:21 +02:00
parent e52ca8e80f
commit ee3eba5716

View file

@ -25,7 +25,7 @@ jobs:
- name: clone submodule
shell: bash
run: |
echo -e "[submodule "android"]\n path = android\n url = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
cat .gitmodules
git submodule init
git submodule update