mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
make windows ci to clone with LF so that checksum matches nimble.lock
This commit is contained in:
parent
01392597d9
commit
12bb46d0b6
1
.github/workflows/windows-build.yml
vendored
1
.github/workflows/windows-build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user