We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7254c commit b28a932Copy full SHA for b28a932
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install build dependencies
19
run: |
20
sudo apt-get update
21
- sudo apt-get install -y ninja-build pkg-config cmake g++ qt5-default qtbase5-dev qttools5-dev-tools
+ sudo apt-get install -y ninja-build pkg-config cmake g++ qtbase5-dev qttools5-dev-tools
22
23
# --- First build ---
24
- name: Configure CMake
0 commit comments