Skip to content

Commit dadf6ad

Browse files
authored
Update build.yml
1 parent 1858686 commit dadf6ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: bash scripts/install_dependency.sh
3535
- name: Configure CMake with LSan
3636
run: |
37-
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
37+
cmake -B ${{github.workspace}}/build \
38+
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
3839
-DCMAKE_C_FLAGS="-fsanitize=address,leak" \
3940
-DCMAKE_CXX_FLAGS="-fsanitize=address,leak"
4041
- name: Build

0 commit comments

Comments
 (0)