drop verbose 1

This commit is contained in:
Viktor Szakats 2025-09-12 00:13:32 +02:00
parent 66372be9bd
commit 0da1eb8f53
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -88,7 +88,7 @@ jobs:
timeout-minutes: 10
run: |
cmake -B . -G Ninja
cmake --build . --verbose
cmake --build .
src/curl -V
- name: 'perform analysis'