From 4657b05e59ddf04f9bc92b1f114156067974979f Mon Sep 17 00:00:00 2001 From: Iain Russell <40060766+iainrussell@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:46:03 +0100 Subject: [PATCH] Fix ci on Linux by changing cairo to version 1.16 --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 4c8a87c..ca20d6b 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -33,7 +33,7 @@ GIT_PIXMAN=https://gitlab.freedesktop.org/pixman/pixman PIXMAN_VERSION=master GIT_CAIRO=https://gitlab.freedesktop.org/cairo/cairo -CAIRO_VERSION=master +CAIRO_VERSION=1.16 GIT_HARFBUZZ=https://github.com/harfbuzz/harfbuzz.git HARFBUZZ_VERSION=master