mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-12 05:19:33 +00:00
feat: add timout
This commit is contained in:
parent
a9f241e032
commit
03239f3521
3
.github/workflows/windows-build.yml
vendored
3
.github/workflows/windows-build.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
||||
run: mkdir -p tmp
|
||||
|
||||
- name: Building wakunode2.exe
|
||||
timeout-minutes: 45
|
||||
run: |
|
||||
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
|
||||
make wakunode2 V=3 -j${{ env.NPROC }}
|
||||
@ -129,4 +130,4 @@ jobs:
|
||||
else
|
||||
echo "Build failed: libwaku.dll not found"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user