Skip to content

Commit c86a2d0

Browse files
committed
CI: Checkout Git submodules
Update the CI to work with the new vendor/cdict submodule. The checkout action is upgraded to v6.
1 parent 3eaccf2 commit c86a2d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/make-apk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
14+
with:
15+
submodules: true
1416
- name: Restore debug keystore from GitHub Secrets
1517
run: |
1618
# Check if exist and use the secret named DEBUG_KEYSTORE

0 commit comments

Comments
 (0)