From 68837d805b41304c2f636ec8b00fcb8424894d3e Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:23:31 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bae1a892f..0e36b4d1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -184,7 +184,7 @@ jobs: env: setup-tests-env: | - if [ "${{ matrix.build-type.id }}" = relwithdebinfo-tsan ]; then + if [ "${{ matrix.build-and-test-config.id }}" = relwithdebinfo-tsan ]; then export TSAN_OPTIONS="disable_coredump=0 second_deadlock_stack=1 suppressions=${{ github.workspace }}/tsan_suppressions_${{ matrix.compiler.name }}_${{ matrix.compiler.version }}.cfg" fi