forked from MapComplete/MapComplete
Scripts: attempt to build android
This commit is contained in:
parent
47289f80a2
commit
4d0d3ff8c5
1 changed files with 4 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue