Skip to content

Commit

Permalink
Support git repo with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ni554n authored Mar 19, 2024
1 parent 81ca55b commit 7064e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: ${{ github.event.inputs.jdkVersion }}

- name: Clone project
run: git clone --depth=1 ${{ github.event.inputs.repository }} workspace
run: git clone --recurse-submodules --depth=1 ${{ github.event.inputs.repository }} workspace

- name: Build APK
working-directory: ./workspace
Expand Down

0 comments on commit 7064e91

Please sign in to comment.