Skip to content

Commit a8bc5e8

Browse files
committed
try fix
1 parent 005b0c6 commit a8bc5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export CXX=clang++
5858
cmake -G Ninja \
5959
-Bbuild \
60-
-DCMAKE_BUILD_TYPE:STRING=${{matrix.config.name}} \
60+
-DCMAKE_BUILD_TYPE=${{matrix.config.name}} \
6161
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
6262
-DBUILD_TESTS=ON \
6363
-DUSE_SANITIZER=address

0 commit comments

Comments
 (0)