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 aa79b70 commit e618ce2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ jobs:
- id: debug
conan-preset: debug
conan-profile-build-type: Debug
conan-jemalloc-build-type: Debug
conan-profile-jemalloc-build-type: Debug
- id: release
conan-preset: release
conan-profile-build-type: Release
conan-jemalloc-build-type: Release
conan-profile-jemalloc-build-type: Release
- id: relwithdebinfo-tsan
conan-preset: relwithdebinfo
conan-profile-build-type: RelWithDebInfo
Expand Down Expand Up @@ -204,11 +204,11 @@ jobs:
- id: relwithdebinfo
conan-preset: relwithdebinfo
conan-profile-build-type: RelWithDebInfo
conan-jemalloc-build-type: Release
conan-profile-jemalloc-build-type: Release
- id: minsizerel
conan-preset: minsizerel
conan-profile-build-type: MinSizeRel
conan-jemalloc-build-type: Release
conan-profile-jemalloc-build-type: Release

exclude:
- compiler: { id: gcc-9 }
Expand Down

0 comments on commit e618ce2

Please sign in to comment.