CI: don't be verbose

i spend too much time scrolling through the logs
This commit is contained in:
tildearrow 2022-04-10 23:15:06 -05:00
parent 552967246d
commit 447721eae3

View file

@ -165,7 +165,6 @@ jobs:
- name: Build (System Libraries)
if: ${{ runner.os == 'Linux' && matrix.config.compiler != 'mingw' }}
run: |
export VERBOSE=1
cmake \
--build ${PWD}/build \
--config ${{ env.BUILD_TYPE }} \
@ -214,7 +213,6 @@ jobs:
- name: Build
run: |
export VERBOSE=1
cmake \
--build ${PWD}/build \
--config ${{ env.BUILD_TYPE }} \