From 3d49e9f2fa9d6abdf8aed39659e74514bc3e22a3 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 22 Jan 2026 14:41:27 +0400 Subject: [PATCH] fix: artifacts CI (#1380) --- .github/workflows/artifacts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 0c6aec24..e16c74df 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -46,6 +46,10 @@ jobs: mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ntldd-git + + - name: MSYS2 post-setup + if: matrix.target.os == 'windows-latest' && matrix.target.cpu == 'amd64' + shell: msys2 {0} run: | pacman -Sy --noconfirm make git config --global core.symlinks false