Skip to content

Commit 877f152

Browse files
CI: Fix package name
1 parent e1bcb39 commit 877f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-add-repository 'deb http://archive.neon.kde.org/user jammy main'
4141
wget -qO - 'http://archive.neon.kde.org/public.key' | sudo apt-key add -
4242
sudo apt update
43-
sudo apt install build-essential cmake extra-cmake-modules qt6base-dev kf6-kio-dev
43+
sudo apt install build-essential cmake extra-cmake-modules qt6-base-dev kf6-kio-dev
4444
4545
- name: Install stl-thumb
4646
run: |

0 commit comments

Comments
 (0)