Skip to content

Commit

Permalink
Build nim-waku if the binary cannot be executed
Browse files Browse the repository at this point in the history
  • Loading branch information
D4nte committed Mar 26, 2021
1 parent 1622281 commit 9a5acdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a5acdc

Please sign in to comment.