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