Skip to content

Commit

Permalink
Update bant version to be used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jun 19, 2024
1 parent 73f291d commit 7df2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7df2b07

Please sign in to comment.