We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bcb39 commit 877f152Copy full SHA for 877f152
.github/workflows/cmake.yml
@@ -40,7 +40,7 @@ jobs:
40
sudo apt-add-repository 'deb http://archive.neon.kde.org/user jammy main'
41
wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
42
sudo apt update
43
- sudo apt install build-essential cmake extra-cmake-modules qt6base-dev kf6-kio-dev
+ sudo apt install build-essential cmake extra-cmake-modules qt6-base-dev kf6-kio-dev
44
45
- name: Install stl-thumb
46
run: |
0 commit comments