From 5398070298464742524b718c921897f4c47f9f97 Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Fri, 16 Aug 2024 17:01:01 +0200 Subject: [PATCH] fixup! Add .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 b3816af..feaf29f 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