Get system details before running nwaku

This commit is contained in:
Franck
2022-04-06 12:39:19 +10:00
parent 2511b7daec
commit 7bfbefa91a
+4 -1
View File
@@ -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