Skip to content

Commit 6b6dd23

Browse files
committed
Check out submodules in workflow
1 parent 79c9f2a commit 6b6dd23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
ARCH: x86_64
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
submodules: recursive
1921
- name: Build AppImage
2022
run: bash -ex ci/build-appimage.sh
2123
- name: Archive artifacts
@@ -31,6 +33,8 @@ jobs:
3133
ARCH: i386
3234
steps:
3335
- uses: actions/checkout@v2
36+
with:
37+
submodules: recursive
3438
- name: Install dependencies
3539
run: apt-get install -y g++-multilib libc6-dev:i386 libstdc++-5-dev:i386 zlib1g:i386 libfuse2:i386
3640
- name: Build AppImage

0 commit comments

Comments
 (0)