Skip to content

Commit

Permalink
Update sanitizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jan 16, 2024
1 parent e1de67b commit bac1c1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ jobs:
version: "17"

- 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
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 --build build-asan
- name: ASAN Test
run: |
Expand Down

0 comments on commit bac1c1e

Please sign in to comment.