We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fed52d commit 5603771Copy full SHA for 5603771
.github/workflows/ci_modular.yml
@@ -58,9 +58,9 @@ jobs:
58
-DCMAKE_MAXIMUM_RANK:String=4
59
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
60
-DFIND_BLAS:STRING=FALSE
61
- -DSTDLIB_NO_ANSI:STRING=${{ matrix.with_ansi }}
+ -DSTDLIB_ANSI:STRING=${{ matrix.with_ansi }}
62
-DSTDLIB_BITSET:STRING=${{ matrix.with_bitset }}
63
- -DSTDLIB_NO_HASHMAPS:STRING=${{ matrix.with_hashmaps }}
+ -DSTDLIB_HASHMAPS:STRING=${{ matrix.with_hashmaps }}
64
-DSTDLIB_STATS:STRING=${{ matrix.with_stats }}
65
-S . -B ${{ env.BUILD_DIR }}
66
0 commit comments