ci: nimble install waku@#

This commit is contained in:
fryorcraken 2025-09-23 14:51:49 +10:00
parent 8b172976ba
commit adeb287930

View File

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