Skip to content

Commit 1b48029

Browse files
committed
Install missing dependencies in CI, mk. 3
1 parent 2efb18c commit 1b48029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: matrix.ARCH == 'x86_64'
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install -y gcovr libmagic-dev libjpeg-dev libpng-dev libboost-filesystem-dev libboost-regex-dev cimg-dev qtbase5-dev nlohmann-json3-dev
28+
sudo apt-get install -y gcovr libmagic-dev libjpeg-dev libpng-dev libboost-filesystem-dev libboost-regex-dev cimg-dev qt5-default qtbase5-dev nlohmann-json3-dev
2929
3030
- name: Install dependencies (i386)
3131
if: matrix.ARCH == 'i386'

0 commit comments

Comments
 (0)