fix: artifacts CI (#1380)

This commit is contained in:
Arnaud 2026-01-22 14:41:27 +04:00 committed by GitHub
parent 3c09f008bb
commit 3d49e9f2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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