CI: also install qpa plugins, so that they are hopefully included in the appimage

This commit is contained in:
Carl Philipp Klemm 2025-09-18 13:39:23 +02:00
parent 8a3b08ef91
commit b2dc70f5e7

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Install dependancies
run: apt update; apt install -y libusb-1.0-0-dev cmake qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools libqt6widgets6 wget libglx-dev libgl1-mesa-dev
run: apt update; apt install -y libusb-1.0-0-dev cmake qt6-base-dev qt6-base-dev-tools qt6-tools-dev-tools libqt6widgets6 wget libglx-dev libgl1-mesa-dev qt6-qpa-plugins
- name: Check out repository code
uses: ischanx/checkout@8c80eac3058d03dc5301629e8f7d59ae255d6cc3
- name: Checkout libeismultiplexer