Disable symlinks on windows

This commit is contained in:
Arnaud 2025-10-10 06:35:19 +02:00
parent c8f8c72451
commit 8ccaca57f1
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -78,6 +78,7 @@ jobs:
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with:
path-type: inherit path-type: inherit
msystem: UCRT64
install: >- install: >-
base-devel base-devel
git git
@ -88,6 +89,7 @@ jobs:
shell: msys2 {0} shell: msys2 {0}
run: | run: |
pacman -Sy --noconfirm make pacman -Sy --noconfirm make
git config --global core.symlinks false
make update make update
make libcodex make libcodex