mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-08-27 08:01:16 +00:00
Get system details before running nwaku
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user