Skip to content

Commit d350c13

Browse files
authored
Changed download of submodules in Github workflow
1 parent 81a07b7 commit d350c13

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30+
submodules: recursive
3031

3132
- name: Decode debug keystore
3233
env:
@@ -41,10 +42,6 @@ jobs:
4142
sudo cp -f debug.keystore /root/.android/.
4243
fi
4344
44-
- name: Install build dependencies
45-
run: |
46-
git submodule update --init --recursive
47-
4845
- name: Build artifact
4946
run: ./gradlew assemble
5047

@@ -102,4 +99,4 @@ jobs:
10299
removeArtifacts: true
103100
replacesArtifacts: false
104101
tag: Pre-release
105-
artifacts: "dist/*.zip"
102+
artifacts: "dist/*.zip"

0 commit comments

Comments
 (0)