Skip to content

Commit

Permalink
Update contour version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Sep 24, 2024
1 parent 1f94d9a commit f6c3798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

env:
CTEST_OUTPUT_ON_FAILURE: 1
CONTOUR_VERSION: "0.4.3.6442"
CONTOUR_VERSION: "0.5.0.7168"

jobs:

Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion scripts/xvfb-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ packages="
libunistring5 \
\
libfontconfig1 \
libfontconfig1-dev \
libfreetype6 \
libharfbuzz0b \
\
Expand All @@ -60,7 +61,9 @@ packages="
libutempter0 \
libyaml-cpp0.8\
\
cargo
cargo\
pkg-config \
librust-pkg-config-dev
"

sudo apt install -y $packages

0 comments on commit f6c3798

Please sign in to comment.