Skip to content

Commit

Permalink
ci: install chisel v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 30, 2024
1 parent a34cefe commit 8f76f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Build Chisel: needs a version of go than is available in Ubuntu 20.04
sudo snap install --classic --channel=1.20/stable go
git clone https://github.com/canonical/chisel.git chisel-tmp
cd chisel-tmp && git checkout f0bff5a30dfdcb400b # known "good" commit until Chisel has versions
cd chisel-tmp && git checkout v0.10.0
go mod download
sudo go build -o /usr/bin ./...
chisel --help
Expand Down

0 comments on commit 8f76f61

Please sign in to comment.