Attempt to get scripts working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 16:24:41 +02:00
parent cbba8c0779
commit 77a14b6e05

View file

@ -23,7 +23,8 @@ jobs:
- name: clone submodule
shell: bash
run: |
git submodule init
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
cat .gitmodules
git submodule update
cd android
git config --global --add safe.directory $(pwd)