diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-04-19 00:18:20 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-04-19 00:18:20 +0100 |
commit | 55e2289f3ee8f46484c42dc1c676d5b76a438186 (patch) | |
tree | a2f1262a642aa8350ce8f1d68bb86debb482c594 | |
parent | 0a455c72bc4f241cd9454a34a5b33768e8a9e3f2 (diff) | |
download | community.vyos.net-55e2289f3ee8f46484c42dc1c676d5b76a438186.tar.gz community.vyos.net-55e2289f3ee8f46484c42dc1c676d5b76a438186.zip |
Use soupault 4.5.0 for CI builds
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 048e6b6..a7c4ce3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Install soupault env: - SOUPAULT_VERSION: 4.3.1 + SOUPAULT_VERSION: 4.5.0 run: | echo Downloading and unpacking soupault wget https://github.com/PataphysicalSociety/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz |