Skip to content

Commit

Permalink
Fixed path/env
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Simpson committed Mar 13, 2024
1 parent bcb4711 commit be9870f
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 @@ -28,8 +28,8 @@ jobs:

- name: Set up tools
run: |
echo "${HOME}/go/bin" >> $GITHUB_ENV
echo "GOPATH=$HOME/go" >> $GITHUB_PATH
echo "${HOME}/go/bin" >> $GITHUB_PATH
echo "GOPATH=${HOME}/go" >> $GITHUB_ENV
make install-tools
- name: Build
Expand Down

0 comments on commit be9870f

Please sign in to comment.