From 8ccaca57f1b3e1a441625451d62be81c4d2f3872 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 06:35:19 +0200 Subject: [PATCH] Disable symlinks on windows --- .github/workflows/artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 072850b..7221913 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -78,6 +78,7 @@ jobs: uses: msys2/setup-msys2@v2 with: path-type: inherit + msystem: UCRT64 install: >- base-devel git @@ -88,6 +89,7 @@ jobs: shell: msys2 {0} run: | pacman -Sy --noconfirm make + git config --global core.symlinks false make update make libcodex