Attempt to get scripts working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 16:20:50 +02:00
parent 39281e8169
commit 7771f06c35

View file

@ -23,7 +23,8 @@ jobs:
- name: clone submodule
shell: bash
run: |
git pull --prune --recurse-submodules --force
git submodule init
git submodule update
cd android
git config --global --add safe.directory $(pwd)