From f6c37988e6481b48a8b8acaf1575495e018e9747 Mon Sep 17 00:00:00 2001 From: Yaraslau Tamashevich Date: Tue, 24 Sep 2024 11:20:25 +0300 Subject: [PATCH] Update contour version --- .github/workflows/build.yml | 4 ++-- scripts/xvfb-deps.sh | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099028d..904f278 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ concurrency: env: CTEST_OUTPUT_ON_FAILURE: 1 - CONTOUR_VERSION: "0.4.3.6442" + CONTOUR_VERSION: "0.5.0.7168" jobs: @@ -78,7 +78,7 @@ jobs: - name: "Install contour" run: | wget https://github.com/contour-terminal/contour/releases/download/v$CONTOUR_VERSION/contour-$CONTOUR_VERSION-ubuntu24.04-amd64.deb - sudo dpkg -i contour-$CONTOUR_VERSION-ubuntu25.04-amd64.deb + sudo dpkg -i contour-$CONTOUR_VERSION-ubuntu24.04-amd64.deb - name: "create and patch contour.yml config file" run: | set -ex diff --git a/scripts/xvfb-deps.sh b/scripts/xvfb-deps.sh index 8409ece..66b5a27 100755 --- a/scripts/xvfb-deps.sh +++ b/scripts/xvfb-deps.sh @@ -36,6 +36,7 @@ packages=" libunistring5 \ \ libfontconfig1 \ + libfontconfig1-dev \ libfreetype6 \ libharfbuzz0b \ \ @@ -60,7 +61,9 @@ packages=" libutempter0 \ libyaml-cpp0.8\ \ - cargo + cargo\ + pkg-config \ + librust-pkg-config-dev " sudo apt install -y $packages