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 5, 2023
1 parent 0ff8fbd commit 2731876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2731876

Please sign in to comment.