Skip to content

Commit 5603771

Browse files
committed
fix ci
1 parent 1fed52d commit 5603771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_modular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
-DCMAKE_MAXIMUM_RANK:String=4
5959
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
6060
-DFIND_BLAS:STRING=FALSE
61-
-DSTDLIB_NO_ANSI:STRING=${{ matrix.with_ansi }}
61+
-DSTDLIB_ANSI:STRING=${{ matrix.with_ansi }}
6262
-DSTDLIB_BITSET:STRING=${{ matrix.with_bitset }}
63-
-DSTDLIB_NO_HASHMAPS:STRING=${{ matrix.with_hashmaps }}
63+
-DSTDLIB_HASHMAPS:STRING=${{ matrix.with_hashmaps }}
6464
-DSTDLIB_STATS:STRING=${{ matrix.with_stats }}
6565
-S . -B ${{ env.BUILD_DIR }}
6666

0 commit comments

Comments
 (0)