Skip to content

Commit

Permalink
why VS won't find this occurence?
Browse files Browse the repository at this point in the history
  • Loading branch information
petiaccja committed Jun 21, 2024
1 parent 642a5df commit 05cbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_no_xsimd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cmake -E make_directory "${{github.workspace}}/build"
conan install "${{github.workspace}}" --build=missing -pr $PR -pr:b $PR
conan cache clean
cmake -S "${{github.workspace}}" --preset conan-${{ matrix.conan_preset }} -DMATHTER_USE_XSIMD:BOOL=OFF
cmake -S "${{github.workspace}}" --preset conan-${{ matrix.conan_preset }} -DMATHTER_ENABLE_SIMD:BOOL=OFF
- name: Build
run: |
Expand Down

0 comments on commit 05cbc78

Please sign in to comment.