Skip to content

Commit

Permalink
ci/cd: fix <go get> to install package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Mar 12, 2023
1 parent 536d167 commit 32ec377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull new module version
run: go install github.com/josuebrunel/clausify@latest
run: go get github.com/josuebrunel/clausify@latest
env:
GOPROXY: https://proxy.golang.org
GO111MODULE: on
Expand Down

0 comments on commit 32ec377

Please sign in to comment.