Skip to content

Commit

Permalink
attempt to understand gha
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jun 13, 2024
1 parent 43d7bf3 commit eae3175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
GOPATH: ${{ github.workspace }}/go
GOPHERJS_PATH: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}
# Fix TEMP variable, see https://github.com/actions/runner-images/issues/712#issuecomment-613004302
TEMP: \%env:USERPROFILE%\AppData\Local\Temp
TEMP: \%USERPROFILE%\AppData\Local\Temp
TMP: \%USERPROFILE%\AppData\Local\Temp
TMPDIR: \%USERPROFILE%\AppData\Local\Temp

Expand Down

0 comments on commit eae3175

Please sign in to comment.