make windows ci to clone with LF so that checksum matches nimble.lock

This commit is contained in:
Ivan FB 2026-04-12 23:05:24 +02:00
parent 01392597d9
commit 12bb46d0b6
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -93,6 +93,7 @@ jobs:
if: steps.cache-nimbledeps.outputs.cache-hit != 'true'
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
git config --global core.autocrlf false
nimble setup --localdeps -y
make rebuild-nat-libs-nimbledeps CC=gcc
make rebuild-bearssl-nimbledeps CC=gcc