We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32dee7 commit ed12381Copy full SHA for ed12381
1 file changed
.github/workflows/cmake.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: Install dependencies on Ubuntu 22.04 GCC Qt5
111
if: "startsWith(matrix.config.name, 'Ubuntu 22.04 GCC Qt5')"
112
run: |
113
- sudo apt-get install qt5-default qttools5-dev-tools qttools5-dev
+ sudo apt-get install qtcreator qtbase5-dev qt5-qmake qttools5-dev-tools qttools5-dev
114
115
- name: Install dependencies on macOS Clang Qt6
116
if: startsWith(matrix.config.name, 'macOS Clang Qt6')
0 commit comments