Skip to content

Commit 33d21ad

Browse files
WIP
1 parent 9b59cb3 commit 33d21ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sanitizer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@ jobs:
1919
steps:
2020
- name: Checkout xsimd
2121
uses: actions/checkout@v3
22-
- name: Install mamba
23-
uses: mamba-org/setup-micromamba@v1
24-
with:
25-
environment-file: environment.yml
2622
- name: Configure build
2723
run: |
2824
mkdir _build
2925
cd _build
3026
cmake .. -DBUILD_TESTS=ON \
3127
-DBUILD_BENCHMARK=ON \
3228
-DBUILD_EXAMPLES=ON \
29+
-DDOWNLOAD_DOCTEST=ON \
3330
-DCMAKE_BUILD_TYPE=Release \
3431
-DCMAKE_CXX_COMPILER=clang++ \
3532
-DCMAKE_CXX_FLAGS='-fsanitize=${{ matrix.sanitizer }}' \

0 commit comments

Comments
 (0)