mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 02:13:11 +00:00
ci: nimble install waku@#
This commit is contained in:
parent
8b172976ba
commit
adeb287930
6
.github/workflows/test-nimble-install.yml
vendored
6
.github/workflows/test-nimble-install.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user