Skip to content

Commit

Permalink
Update sanitizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored Jan 16, 2024
1 parent 6cf9fac commit e1de67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: ASAN Build
run: |
cmake -B build-asan -S . -G Ninja -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug -DHOST_ARCH=x86_64 -DCMAKE_TOOLCHAIN_FILE=cmake-toolchains\cross-mingw32.cmake
cmake -B build-asan -S . -G Ninja -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug -DHOST_ARCH=x86_64 -DCMAKE_TOOLCHAIN_FILE=cmake-toolchains\\cross-mingw32.cmake
cmake --build build-asan
- name: ASAN Test
run: |
Expand Down

0 comments on commit e1de67b

Please sign in to comment.