Skip to content

Commit 34348e0

Browse files
author
David Robertson
committed
maybe go install?
1 parent f08b300 commit 34348e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: "Install Complement Dependencies"
5959
run: |
6060
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
61-
go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
61+
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
6262
mkdir .gotestfmt/github -p
6363
cp .ci/complement_package.gotpl .gotestfmt/github/package.gotpl
6464
gotestfmt -help

0 commit comments

Comments
 (0)