mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
nimble add waku package
This commit is contained in:
parent
f8042b1bf5
commit
e100e86428
6
.github/workflows/test-nimble-install.yml
vendored
6
.github/workflows/test-nimble-install.yml
vendored
@ -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: |
|
||||
|
||||
@ -12,3 +12,4 @@ bin = @["example"]
|
||||
|
||||
requires "chronos"
|
||||
requires "results"
|
||||
# requires "waku" # commented as we add the head in the CI to test
|
||||
Loading…
x
Reference in New Issue
Block a user