Remove verbose from compilation

This commit is contained in:
Enrico Fraccaroli
2023-01-12 11:30:12 -05:00
parent d2e25b94a4
commit ec37cda9c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ jobs:
- name: Build
run: |
cmake -B build
cmake --build build --parallel 2 --verbose
cmake --build build --parallel 2
+1 -1
View File
@@ -87,4 +87,4 @@ jobs:
- name: Build
run: |
cmake -B build
cmake --build build --parallel 2 --verbose
cmake --build build --parallel 2