Get system details before running nwaku

This commit is contained in:
Franck 2022-04-01 13:07:01 +11:00
parent 2511b7daec
commit 7bfbefa91a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

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