Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 10, 2023
1 parent 12425c9 commit f819295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
go version
go env
echo GOPATH=$GOPATH >> $GITHUB_ENV
echo GOCACHE=$GOCACHE >> $GITHUB_ENV
echo GOMODCACHE=$GOMODCACHE >> $GITHUB_ENV
echo GOCACHE=/home/obscurouser/githubRunner/actions-runner/_work/_tool/go/1.20.4/x64/bin/go >> $GITHUB_ENV
echo GOMODCACHE=/home/obscurouser/githubRunner/actions-runner/_work/_tool/go/1.20.4/x64/bin/go >> $GITHUB_ENV
# Makes sure the artifacts are built correctly
- name: Build
Expand Down

0 comments on commit f819295

Please sign in to comment.