curl/.github/workflows
Viktor Szakats fb44e44d92
GHA/windows: fix shell, fix GHA fail to share cache between arm and intel Windows
A cache entry created by windows-2022 is not picked up by
windows-11-arm. Also a cache created by windows-11-arm is not picked up
by windows-2022. Possibly related to this filed in 2025 June:
https://github.com/actions/cache/issues/1622. Also tried
`enableCrossOsArchive` to no avail. Unclear if these two runners count
as distinct operating systems, I'd guess not. Cache entries are
identical on the web UI. Via GH API they show up with the same cache key
bot different "version" (hash) and different sizes, possibly due to the
zstd vs. gzip bug above.

Fixing (identical error text on either runner):
```
Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set. Input key: Windows-stunnel-5.76-amd64
```

Also fix a silly typo in the shell value.

Follow-up to 0f54ca6150 #20454
Closes #20456
2026-01-28 02:33:57 +01:00
..
appveyor-status.yml GHA: switch 12 Linux jobs to arm64 2026-01-09 19:35:16 +01:00
checkdocs.yml GHA: migrate 3 linter jobs to arm64 2026-01-22 23:44:47 +01:00
checksrc.yml GHA: switch 3 more small jobs to ubuntu-slim 2026-01-25 19:29:24 +01:00
checkurls.yml GHA: switch 3 more small jobs to ubuntu-slim 2026-01-25 19:29:24 +01:00
codeql.yml GHA/codeql: improve perf on Windows, enable CURL_WERROR=ON, and more 2026-01-24 13:10:26 +01:00
configure-vs-cmake.yml GHA: delete disable-man-db hack, runners doing it by default now 2026-01-11 15:40:21 +01:00
curl-for-win.yml GHA/curl-for-win: add CPU to Linux minimal job name 2026-01-20 03:38:18 +01:00
distcheck.yml GHA: switch 3 more small jobs to ubuntu-slim 2026-01-25 19:29:24 +01:00
fuzz.yml GHA: silence fresh zizmor 1.21.0 warnings 2026-01-16 13:48:28 +01:00
http3-linux.yml GHA/windows: cache stunnel 2026-01-27 19:58:48 +01:00
label.yml GHA: use ubuntu-slim image in 3 jobs 2026-01-25 18:54:12 +01:00
linux-old.yml GHA: sync up configure option order across builds 2026-01-26 12:08:47 +01:00
linux.yml GHA: sync up configure option order across builds 2026-01-26 12:08:47 +01:00
macos.yml cmake: add CURL_DROP_UNUSED option to reduce binary sizes 2026-01-22 17:08:20 +01:00
non-native.yml GHA: sync up configure option order across builds 2026-01-26 12:08:47 +01:00
windows.yml GHA/windows: fix shell, fix GHA fail to share cache between arm and intel Windows 2026-01-28 02:33:57 +01:00