From 62b090129bfba098216c3257aca930bcc65f591c Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Fri, 16 Aug 2024 17:00:35 +0200 Subject: [PATCH] Disable xcbeautify logging in .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a279a54..77a9284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: run: | security unlock-keychain -p ${{ secrets.DEV_ID_PASSWORD }} buildagent security set-keychain-settings -lut 7200 buildagent - set -o pipefail && cmake --build ${{ github.workspace }}/build --config ${{ env.build_type }} | xcbeautify --renderer github-actions + set -o pipefail && cmake --build ${{ github.workspace }}/build --config ${{ env.build_type }} | xcbeautify --renderer github-actions --disable-logging - name: Test run: ctest -C ${{ env.build_type }} -VV --test-dir ${{ github.workspace }}/build - name: Artifact