Skip to content

Commit af553d6

Browse files
committed
CI Linux install libdecor Cairo plugin explicitly
Instead of ensuring that the plugin is present, instal the Cairo plugin directly. The Cairo implementation is the only libdecor plugin present in U22.04 repositories (U24.04 has the Gtk implementation as well).
1 parent c6b254c commit af553d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/Linux/prepare.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ sudo apt install appstream `# appstreamcli for mkappimage AppStream validation`
2525
asciidoc
2626
sudo apt install fonts-dejavu-core
2727
sudo apt --no-install-recommends install nvidia-cuda-toolkit
28-
sudo apt install libdecor-0-0 &&
29-
ls /usr/lib/x86_64-linux-gnu/libdecor/plugins-1/*so >/dev/null # check plugin
28+
sudo apt install libdecor-0-0 libdecor-0-plugin-1-cairo
3029
sudo apt install libglew-dev
3130
sudo apt install libglm-dev
3231
sudo apt install imagemagick libmagickwand-dev

0 commit comments

Comments
 (0)