Skip to content

Commit

Permalink
fix add-path i nci
Browse files Browse the repository at this point in the history
  • Loading branch information
wataboru committed May 13, 2022
1 parent 65809d7 commit 86b6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: 1.x
- name: Add $GOPATH/bin to $PATH
run: echo "::add-path::$(go env GOPATH)/bin"
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Test
run: make test
- name: Lint
Expand Down

0 comments on commit 86b6024

Please sign in to comment.