Enable MSYS2 update on windows-arm64 to fix stale PGP keyring

The CLANGARM64 runner's cached MSYS2 install has outdated PGP keys,
causing "signature is unknown trust" errors. Setting update: true
refreshes the keyring before installing packages.
This commit is contained in:
Kelsi 2026-02-23 18:57:49 -08:00
parent de6983e385
commit a825450048

View file

@ -173,7 +173,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: CLANGARM64
update: false
update: true
install: >-
mingw-w64-clang-aarch64-cmake
mingw-w64-clang-aarch64-clang