Skip to content

Commit

Permalink
more...
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed May 15, 2024
1 parent baea33e commit 95e251f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
GOMODCACHE: 'D:\golang\modcache'

permissions:
contents: read
Expand Down

0 comments on commit 95e251f

Please sign in to comment.