Skip to content

Commit

Permalink
add gopath to path
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Aug 6, 2023
1 parent 3912173 commit 5a6637b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_swagger-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
run: go install github.com/swaggo/swag/cmd/[email protected]

- name: check
run: make swagger-check
run: PATH=$GOPATH/bin:$PATH make swagger-check

0 comments on commit 5a6637b

Please sign in to comment.