From 8a398e80b4de6b81fc54285d0b0ff771028b7c02 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" <alex.v.wolf@gmail.com> Date: Sat, 13 Jan 2024 23:11:57 +0700 Subject: [PATCH] add missing package --- .github/workflows/ci-unix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-unix.yml b/.github/workflows/ci-unix.yml index ee620162f91df..d8591742296a8 100644 --- a/.github/workflows/ci-unix.yml +++ b/.github/workflows/ci-unix.yml @@ -28,12 +28,12 @@ jobs: # When using rsync, you can define copyback: false to not copy files back from the VM in to the host. copyback: false prepare: | - pkg install -y cmake qt5-buildtools qt5-charts qt5-concurrent qt5-core qt5-declarative qt5-gui qt5-location qt5-multimedia qt5-network qt5-opengl qt5-qmake qt5-script qt5-serialport qt5-widgets qxlsx + pkg install -y cmake qt5-buildtools qt5-charts qt5-concurrent qt5-core qt5-declarative qt5-gui qt5-location qt5-multimedia qt5-network qt5-opengl qt5-qmake qt5-script qt5-serialport qt5-widgets qt5-testlib qxlsx run: | mkdir builds cd builds cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTING=On -DENABLE_SHOWMYSKY=Off -DENABLE_QTWEBENGINE=Off "${{ github.workspace }}" make -j3 - Xvfb-run ctest --output-on-failure + xvfb-run ctest --output-on-failure