mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-06 14:10:02 +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
|
run: mkdir -p tmp
|
||||||
|
|
||||||
- name: Building wakunode2.exe
|
- name: Building wakunode2.exe
|
||||||
|
timeout-minutes: 45
|
||||||
run: |
|
run: |
|
||||||
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
|
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
|
||||||
make wakunode2 V=3 -j${{ env.NPROC }}
|
make wakunode2 V=3 -j${{ env.NPROC }}
|
||||||
@ -129,4 +130,4 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "Build failed: libwaku.dll not found"
|
echo "Build failed: libwaku.dll not found"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user