From 2731876082089a787ff2b7db433035907827edf6 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:02:26 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05060f182..1e8a25e43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,8 +119,8 @@ jobs: build-type: #- { id: debug, conan-name: Debug, conan-preset: debug, } #- { id: release, conan-name: Release, conan-preset: release } - #- { id: relwithdebinfo-tsan, conan-name: RelWithDebInfo, conan-preset: relwithdebinfo, conan-cxxflags: [ "'-fsanitize=thread'" ], conan-cflags: [ "'-fsanitize=thread'" ], conan-ldflags: [ "'-fsanitize=thread'" ] } - - { id: relwithdebinfo, conan-name: RelWithDebInfo, conan-preset: relwithdebinfo } + - { id: relwithdebinfo-tsan, conan-name: RelWithDebInfo, conan-preset: relwithdebinfo, conan-cxxflags: [ "'-fsanitize=thread'" ], conan-cflags: [ "'-fsanitize=thread'" ], conan-ldflags: [ "'-fsanitize=thread'" ] } + #- { id: relwithdebinfo, conan-name: RelWithDebInfo, conan-preset: relwithdebinfo } #- { id: minsizerel, conan-name: MinSizeRel, conan-preset: minsizerel } exclude: - compiler: { id: gcc-9 }