mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
1d63e331de
- stop altering the `PATH` via `GITHUB_ENV`. This confused the
`actions/cache` post-job, which needs to run in the exact same
environment as its pre-job, to have a consistent cache entry "version"
hash. Altering the `PATH` via `GITHUB_ENV` spills into the the
post-job and breaks this hash. GHA doesn't reset the env automatically
and I have not found a way to do it manually.
- add double-quotes where missing.
- move cache directory under `USERPROFILE` to not rely on absolute
paths.
- make cache directory flatter and versionless.
Follow-up to
|
||
---|---|---|
.. | ||
appveyor-status.yml | ||
awslc.yml | ||
badwords.yml | ||
codeql-analysis.yml | ||
codespell.yml | ||
configure-vs-cmake.yml | ||
curl-for-win.yml | ||
distcheck.yml | ||
fuzz.yml | ||
hacktoberfest-accepted.yml | ||
http3-linux.yml | ||
label.yml | ||
linkcheck.yml | ||
linux32.yml | ||
linux-old.yml | ||
linux.yml | ||
macos.yml | ||
man-examples.yml | ||
non-native.yml | ||
proselint.yml | ||
reuse.yml | ||
shellcheck.yml | ||
spellcheck.yml | ||
synopsis.yml | ||
torture.yml | ||
windows.yml | ||
wolfssl.yml |