Skip to content

Commit

Permalink
setup path
Browse files Browse the repository at this point in the history
  • Loading branch information
vanng822 committed May 4, 2024
1 parent 3acd69c commit 34f676b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
go-version: 1.18

- name: Install gocyclo
run: go get github.com/fzipp/gocyclo
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get github.com/fzipp/gocyclo

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 34f676b

Please sign in to comment.