mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
remove waku to test nimble install
This commit is contained in:
parent
abb3621679
commit
908518882a
4
.github/workflows/test-nimble-install.yml
vendored
4
.github/workflows/test-nimble-install.yml
vendored
@ -31,10 +31,6 @@ jobs:
|
||||
- name: Install random library test nimble
|
||||
working-directory: examples/nimble
|
||||
run: nimble --verbose install results
|
||||
|
||||
- name: Install waku from current commit
|
||||
working-directory: examples/nimble
|
||||
run: nimble --verbose install "waku@#${{ github.event.pull_request.head.sha }}"
|
||||
|
||||
- name: List installed packages
|
||||
working-directory: examples/nimble
|
||||
|
||||
@ -11,8 +11,6 @@ bin = @["example"]
|
||||
# Dependencies
|
||||
|
||||
requires "chronos"
|
||||
requires "results"
|
||||
requires "waku"
|
||||
|
||||
proc ensureRln(libFile: string = "build/librln.a", version = "v0.7.0") =
|
||||
if not fileExists(libFile):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user