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