Skip to content

Commit

Permalink
Fix CI yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Sep 25, 2024
1 parent 775090e commit acabef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- variant: "Sanitizer with replay"
platform: "ubuntu-latest"
build-type: "Release"
cmake-flags: "-G Ninja -DUSE_REPLAY_ALLOCATOR -DSANITIZER=address,undefined -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
cmake-flags: "-G Ninja -DUSE_REPLAY_ALLOCATOR=On -DSANITIZER=address,undefined -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
dependencies: "sudo apt install ninja-build"


Expand Down

0 comments on commit acabef1

Please sign in to comment.