Skip to content

Commit

Permalink
Try to build plasma5 with libsigc++3
Browse files Browse the repository at this point in the history
  • Loading branch information
duvholt committed Sep 20, 2024
1 parent 880ed6a commit 89d9765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Installing system libs
run: |
sudo apt update
sudo apt install libkf5plasma-dev extra-cmake-modules qtbase5-dev qtdeclarative5-dev libsigc++-2.0-dev libjsoncpp-dev i3-wm
sudo apt install libkf5plasma-dev extra-cmake-modules qtbase5-dev qtdeclarative5-dev libsigc++-3.0-dev libjsoncpp-dev i3-wm
- name: Configure
run: cmake -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCI_ERRORS=on -B build .
Expand Down

0 comments on commit 89d9765

Please sign in to comment.