From ff63afeb3d1a6ef2d290321136fd1d3ea4486044 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 7 Aug 2024 13:14:03 +0200 Subject: [PATCH] ci: install ctk from git --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 31945fc7..10550b13 100644 --- a/.build.yml +++ b/.build.yml @@ -55,7 +55,7 @@ requires: before_scripts: - ./html-cppcheck - - ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libctk-3-doc' + - ./install-from-git https://github.com/cafe-desktop/ctk master - ./install-from-git https://github.com/cafe-desktop/cafe-common master - ./install-from-git https://github.com/cafe-desktop/cafe-desktop master #required for make check - ./install-from-git https://github.com/cafe-desktop/ctksourceview master meson '--libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu'