mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +00:00
Get system details before running nwaku
This commit is contained in:
parent
2511b7daec
commit
7bfbefa91a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -37,7 +37,10 @@ jobs:
|
||||
|
||||
- name: Ensure wakunode2 is ready
|
||||
shell: bash
|
||||
run: cd nim-waku && ./build/wakunode2 --help
|
||||
run: |
|
||||
uname -a
|
||||
cd nim-waku/build
|
||||
./wakunode2 --help
|
||||
|
||||
- name: Install bufbuild
|
||||
uses: mathematic-inc/setup-buf@v2beta
|
||||
|
Loading…
x
Reference in New Issue
Block a user