Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6788fa2 commit e4f114cCopy full SHA for e4f114c
README.md
@@ -141,6 +141,15 @@ following `.gitattributes`:
141
* -text
142
```
143
144
+* https://github.community/t5/GitHub-Actions/LocalAppData-unset-on-Windows-when-using-Actions-for-CI/m-p/31349
145
+
146
+`GOCACHE` won't be accessible on Windows by default, since `%LocalAppData%`
147
+isn't defined. To temporarily work around the error below, set `GOCACHE`
148
+manually:
149
150
+> build cache is required, but could not be located: GOCACHE is not defined and
151
+> %LocalAppData% is not defined
152
153
* https://github.community/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432/thread-id/427
154
155
`os.TempDir` on Windows will contain a short name, since `%TEMP%` also contains
0 commit comments