Skip to content

Commit

Permalink
go install gotestfmt instead of go get
Browse files Browse the repository at this point in the history
IDK why this suddenly started failing, but `go install` seems to put it
on the PATH in a way that makes CI work.
  • Loading branch information
David Robertson committed Apr 6, 2023
1 parent 102ca4a commit 1d9e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Install Complement Dependencies"
run: |
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
mkdir .gotestfmt/github -p
cp .ci/complement_package.gotpl .gotestfmt/github/package.gotpl
gotestfmt -help
Expand Down

0 comments on commit 1d9e633

Please sign in to comment.