forked from MapComplete/MapComplete
Attempt to get scripts working
This commit is contained in:
parent
39281e8169
commit
7771f06c35
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ jobs:
|
||||||
- name: clone submodule
|
- name: clone submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git pull --prune --recurse-submodules --force
|
git submodule init
|
||||||
|
git submodule update
|
||||||
cd android
|
cd android
|
||||||
git config --global --add safe.directory $(pwd)
|
git config --global --add safe.directory $(pwd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue