We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c9f2a commit 6b6dd23Copy full SHA for 6b6dd23
.github/workflows/main.yml
@@ -16,6 +16,8 @@ jobs:
16
ARCH: x86_64
17
steps:
18
- uses: actions/checkout@v2
19
+ with:
20
+ submodules: recursive
21
- name: Build AppImage
22
run: bash -ex ci/build-appimage.sh
23
- name: Archive artifacts
@@ -31,6 +33,8 @@ jobs:
31
33
ARCH: i386
32
34
35
36
37
38
- name: Install dependencies
39
run: apt-get install -y g++-multilib libc6-dev:i386 libstdc++-5-dev:i386 zlib1g:i386 libfuse2:i386
40
0 commit comments