From 7df2b070dd1e687c51ad41584ea1069002fa9181 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 18 Jun 2024 23:38:09 -0700 Subject: [PATCH] Update bant version to be used in CI --- .github/workflows/verible-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index f4653709a..c45f8eca5 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -155,7 +155,7 @@ jobs: - name: Get Bant run: | # TODO: provide this as action where we simply say with version=... - VERSION="v0.1.3" + VERSION="v0.1.5" STATIC_VERSION="bant-${VERSION}-linux-static-x86_64" wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz" tar xvzf "${STATIC_VERSION}.tar.gz"