remove --verbose on nimble install as the CI job gets "cancelled"

This commit is contained in:
fryorcraken 2025-10-21 12:03:20 +11:00
parent 8edd68d7e6
commit 50a3799466
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -32,7 +32,7 @@ jobs:
run: nimble --version
- name: Run nimble install on waku
run: nimble --verbose install
run: nimble install
- name: Run nimble check on waku
run: nimble check -l