Skip to content

Commit

Permalink
try again for GOPATH. see actions/setup-go#14
Browse files Browse the repository at this point in the history
  • Loading branch information
siongui committed Jan 18, 2021
1 parent deb0393 commit 93f8fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
env:
GOPATH: $HOME
GOPATH: ${{ github.workspace }}/go
- name: Install dependencies
run: |
make clone_pali_data
Expand Down

0 comments on commit 93f8fd2

Please sign in to comment.