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 c46a6c8
Showing 1 changed file with 2 additions and 2 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

0 comments on commit c46a6c8

Please sign in to comment.