Skip to content

Commit 6847533

Browse files
authored
Fix leftovers
1 parent 3865e3a commit 6847533

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: >
2828
cmake -S . -B build -G Ninja
2929
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
30-
-D CMAKE_BUILD_TYPE=${{ matrix.build_type == 'Release' && 'RelWithDebInfo' || matrix.build_type }} -DCMAKE_INSTALL_PREFIX=install
30+
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_INSTALL_PREFIX=install
3131
env:
3232
CC: gcc-14
3333
CXX: g++-14
@@ -135,7 +135,7 @@ jobs:
135135
run: >
136136
cmake -S . -B build -G Ninja
137137
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
138-
-D CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install
138+
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
139139
env:
140140
CC: clang-20
141141
CXX: clang++-20
@@ -355,7 +355,7 @@ jobs:
355355
run: >
356356
cmake -S . -B build -G Ninja
357357
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
358-
-D CMAKE_BUILD_TYPE=RelWithDebInfo
358+
-D CMAKE_BUILD_TYPE=RELEASE
359359
-D CMAKE_VERBOSE_MAKEFILE=ON -D USE_COVERAGE=ON
360360
- name: Build project
361361
run: |

0 commit comments

Comments
 (0)