We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0ad51 commit 734b584Copy full SHA for 734b584
.github/actions/install-qt-support/action.yml
@@ -7,10 +7,6 @@ runs:
7
if: runner.os == 'Linux'
8
run: |
9
sudo apt-get update
10
- sudo apt-get install qtbase5-dev
11
- sudo apt-get install qtchooser
12
- sudo apt-get install qt5-qmake
13
- sudo apt-get install qtbase5-dev-tools
14
sudo apt-get install libegl1
15
sudo apt-get install libxkbcommon-x11-0
16
sudo apt-get install libxcb-icccm4
0 commit comments