mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-05 23:13:09 +00:00
Disable symlinks on windows
This commit is contained in:
parent
c8f8c72451
commit
8ccaca57f1
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user