Skip to content

Commit e1bcb39

Browse files
CI: Add sources for KDE Neon
1 parent 47c80b8 commit e1bcb39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737

3838
- name: Install Dependencies
3939
run: |
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 -
4042
sudo apt update
41-
sudo apt install extra-cmake-modules qtbase5-dev libkf5kio-dev
43+
sudo apt install build-essential cmake extra-cmake-modules qt6base-dev kf6-kio-dev
4244
4345
- name: Install stl-thumb
4446
run: |

0 commit comments

Comments
 (0)