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 3b1e91d commit 8be2b95Copy full SHA for 8be2b95
.github/workflows/main.yml
@@ -21,10 +21,6 @@ jobs:
21
BUILD_TYPE: ${{ matrix.BUILD_TYPE }}
22
23
steps:
24
- - uses: actions/checkout@v2
25
- with:
26
- submodules: recursive
27
-
28
- name: Install dependencies (x86_64)
29
if: matrix.ARCH == 'x86_64'
30
run: |
@@ -38,6 +34,11 @@ jobs:
38
34
sudo apt-get update
39
35
sudo apt-get install -y build-essential cmake git gcovr libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 libboost-filesystem-dev:i386 libboost-regex-dev:i386 cimg-dev nlohmann-json3-dev gcc-multilib g++-multilib libfuse2:i386 patchelf wget
40
36
37
+ # check out once git command is available
+ - uses: actions/checkout@v2
+ with:
+ submodules: recursive
41
+
42
- name: Build AppImage
43
run: bash ci/build.sh
44
0 commit comments