cleanup leftover in windows-build.yml ci

This commit is contained in:
Ivan FB 2026-04-05 00:18:43 +02:00
parent abe8b70bd3
commit cc97981199
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -93,14 +93,6 @@ jobs:
if: steps.cache-nimbledeps.outputs.cache-hit != 'true'
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
python3 -c "
import json, sys
lock = json.load(open('nimble.lock'))
for key in ['nim', 'nimble']:
lock['packages'].pop(key, None)
json.dump(lock, open('nimble.lock', 'w'), indent=2)
"
nimble setup --localdeps -y
make rebuild-nat-libs-nimbledeps CC=gcc
make rebuild-bearssl-nimbledeps CC=gcc