Files
WoWee/.github/workflows
Kelsi 626243e937 ci(msys2): disable setup-msys2 install cache to fix keyring trust failures
The Windows CI began failing in setup-msys2's '-Syuu' with 'signature ...
is unknown trust' / 'invalid or corrupted database (PGP signature)'. The
action's install cache (cache: true by default) restores a stale pacman
database whose signatures the older cached keyring no longer trusts after
MSYS2 rotated its packager signing keys. Set cache: false on all three
setup-msys2 steps so each run starts from a fresh install with a current
keyring.
2026-06-12 19:25:00 -07:00
..