mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-01 02:11:51 -04:00
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.