Skip to content

Commit

Permalink
Merge pull request #2205 from hzeller/master
Browse files Browse the repository at this point in the history
Update bant version to be used in CI
  • Loading branch information
hzeller authored Jun 19, 2024
2 parents 73f291d + 7df2b07 commit 1d393d4
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 1d393d4

Please sign in to comment.