File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,20 @@ jobs:
2727 if : matrix.ARCH == 'x86_64'
2828 run : |
2929 apt-get update
30- apt-get install -y build-essential cmake git gcovr libmagic-dev libjpeg-dev libpng-dev libboost-filesystem-dev libboost-regex-dev cimg-dev qt5-default qtdeclarative5-dev-tools nlohmann-json3-dev qml-module-qtquick2 patchelf wget
30+ apt-get install -y build-essential cmake git gcovr patchelf wget \
31+ libmagic-dev libjpeg-dev libpng-dev libboost-filesystem-dev libboost-regex-dev \
32+ cimg-dev qt5-default qtdeclarative5-dev-tools nlohmann-json3-dev \
33+ qml-module-qtquick2 qtdeclarative5-dev patchelf wget
3134
3235 - name : Install dependencies (i386)
3336 if : matrix.ARCH == 'i386'
3437 run : |
3538 dpkg --add-architecture i386
3639 apt-get update
37- 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+ apt-get install -y build-essential cmake git gcovr patchelf wget gcc-multilib g++-multilib \
41+ libmagic-dev:i386 libjpeg-dev:i386 libpng-dev:i386 libboost-filesystem-dev:i386 libboost-regex-dev:i386 \
42+ cimg-dev qt5-default:i386 qtdeclarative5-dev-tools:i386 nlohmann-json3-dev \
43+ qt5-default:i386 qtdeclarative5-dev-tools:i386 libfuse2:i386
3844
3945 # check out once git command is available
4046 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments