We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b3615 commit cc11d05Copy full SHA for cc11d05
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt-get install cmake;
51
52
- name: Configure
53
- run: cmake . -DCMAKE_BUILD_TYPE=Debug -DGGWAVE_BUILD_EXAMPLES=OFF -DGGWAVE_SANITIZE_${{ matrix.sanitizer }}
+ run: cmake . -DCMAKE_BUILD_TYPE=Debug -DGGWAVE_BUILD_EXAMPLES=OFF -DGGWAVE_SANITIZE_${{ matrix.sanitizer }}=ON
54
55
- name: Build
56
run: |
0 commit comments