mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 09:04:19 +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
|
- name: Ensure wakunode2 is ready
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cd nim-waku && ./build/wakunode2 --help
|
run: |
|
||||||
|
uname -a
|
||||||
|
cd nim-waku/build
|
||||||
|
./wakunode2 --help
|
||||||
|
|
||||||
- name: Install bufbuild
|
- name: Install bufbuild
|
||||||
uses: mathematic-inc/setup-buf@v2beta
|
uses: mathematic-inc/setup-buf@v2beta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user