Skip to content

Commit 22c9f66

Browse files
authored
Update build.yml
1 parent dadf6ad commit 22c9f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Configure CMake with LSan
3636
run: |
3737
cmake -B ${{github.workspace}}/build \
38-
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
38+
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
3939
-DCMAKE_C_FLAGS="-fsanitize=address,leak" \
4040
-DCMAKE_CXX_FLAGS="-fsanitize=address,leak"
4141
- name: Build

0 commit comments

Comments
 (0)