mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
remove --verbose to avoid issue with long logs
This commit is contained in:
parent
c9ffe1386a
commit
9c078e20cf
2
.github/workflows/test-nimble-install.yml
vendored
2
.github/workflows/test-nimble-install.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user