From ab93d4d242de152ca96aeb75116932c39f28db78 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Wed, 29 Apr 2026 12:57:56 -0700 Subject: [PATCH] Revert msys2/setup-msys2 to v2.31.0 v2.31.1 fails to verify MSYS2 package database PGP signatures on GitHub-hosted Windows runners ("signature from Christoph Reiter ... is unknown trust" for clangarm64/mingw32/mingw64/ucrt64/clang64/msys), which breaks the Windows ARM64 (and x64) jobs at the pacman -Syuu step. Pinning back to v2.31.0 until upstream ships a fix. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f0baa..90bf6ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN }} - name: Set up MSYS2 - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 + uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 with: msystem: ${{ matrix.msystem }} update: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d3b324..0e1faff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -274,7 +274,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN }} - name: Set up MSYS2 - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 + uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 with: msystem: ${{ matrix.msystem }} update: true