Skip to content

Commit

Permalink
Merge pull request #32 from fogfish/master
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
fogfish committed Nov 17, 2020
2 parents 66446b0 + 4ce052e commit 42004d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: fix GOPATH
run: |
echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
echo "##[add-path]$GITHUB_WORKSPACE/bin"
echo "GOPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
shell: bash

- name: checkout
Expand Down

0 comments on commit 42004d1

Please sign in to comment.