ensure nimble is visible in windows ci

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

View File

@ -92,7 +92,9 @@ jobs:
- name: Install nimble deps
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']:
@ -109,10 +111,12 @@ jobs:
- name: Building wakunode2.exe
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
make wakunode2 LOG_LEVEL=DEBUG V=3 -j${{ env.NPROC }}
- name: Building libwaku.dll
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
make libwaku STATIC=0 LOG_LEVEL=DEBUG V=1 -j
- name: Check Executable