remove --verbose to avoid issue with long logs

This commit is contained in:
fryorcraken 2025-10-15 12:29:52 +11:00
parent c9ffe1386a
commit 9c078e20cf
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -36,7 +36,7 @@ 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 install "waku@#${{ github.event.pull_request.head.sha }}"
- name: List installed packages
working-directory: examples/nimble