nimble add waku package

This commit is contained in:
fryorcraken 2025-09-23 11:14:31 +10:00
parent f8042b1bf5
commit e100e86428
2 changed files with 6 additions and 1 deletions

View File

@ -30,8 +30,12 @@ jobs:
- name: Install waku from head of PR branch
working-directory: examples/nimble
run: nimble --verbose install "waku@#${{ github.event.pull_request.head.sha }}"
run: nimble --verbose add "waku@#${{ github.event.pull_request.head.sha }}"
- name: Nimble install
working-directory: examples/nimble
run: nimble --verbose install
- name: List installed packages
working-directory: examples/nimble
run: |

View File

@ -12,3 +12,4 @@ bin = @["example"]
requires "chronos"
requires "results"
# requires "waku" # commented as we add the head in the CI to test