From 9a5acdc4ea243d9a5b2ba7cd1ebd0e0f2a2e1bc5 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 26 Mar 2021 14:35:18 +1100 Subject: [PATCH] Build nim-waku if the binary cannot be executed --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc4096405..eb935ca176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,8 @@ jobs: # This would have been done part of npm pretest but it gives better # visibility in the CI if done as a separate step - name: Build wakunode2 - if: steps.cache-nim-waku.outputs.cache-hit != 'true' shell: bash - run: cd nim-waku && make wakunode2 + run: cd nim-waku && ./build/wakunode2 --help || make wakunode2 - name: Ensure wakunode2 is ready shell: bash