Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 15, 2023
1 parent d30a31a commit 68837d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68837d8

Please sign in to comment.