From 447721eae36ce3c8dcdd0f71a76a8fcf3ef33cc4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 10 Apr 2022 23:15:06 -0500 Subject: [PATCH] CI: don't be verbose i spend too much time scrolling through the logs --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fbae0f51..864660368 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \