remove waku to test nimble install

This commit is contained in:
fryorcraken 2025-09-22 13:27:48 +10:00
parent abb3621679
commit 908518882a
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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):