From 7bfbefa91a07a68b48b3b4096258dfd8d83cd73d Mon Sep 17 00:00:00 2001 From: Franck Date: Fri, 1 Apr 2022 13:07:01 +1100 Subject: [PATCH] Get system details before running nwaku --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bd7b30fe..0cc7c4add9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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