Skip to content

Commit

Permalink
fix github env (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
geseq committed Mar 2, 2021
1 parent 2565e05 commit c51d02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
${{ runner.os }}-go-
- name: setup env
run: |
echo "::set-env name=GOPATH::$(go env GOPATH)"
echo "::add-path::$(go env GOPATH)/bin"
echo "name=GOPATH::$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
shell: bash
- name: check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit c51d02f

Please sign in to comment.