We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fc123 commit cdb1785Copy full SHA for cdb1785
1 file changed
.github/workflows/emulated.yml
@@ -35,7 +35,7 @@ jobs:
35
-DCMAKE_BUILD_TYPE=Release \
36
-DCMAKE_CXX_COMPILER=${{ matrix.sys.compiler }} \
37
-DXSIMD_ENABLE_WERROR=ON \
38
- -DTARGET_ARCH="emulated\<${{ matrix.sys.size }}\>" \
+ -DTARGET_ARCH="emulated<${{ matrix.sys.size }}>" \
39
-DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
40
-GNinja
41
- name: Build
0 commit comments