Skip to content

Commit ca7e9fd

Browse files
committed
pixi : Fix configure-new-version task
1 parent a385209 commit ca7e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ configure-new-version = { cmd = [
5858
"cmake",
5959
"-GNinja",
6060
"-B",
61-
"build",
61+
"build-new-version",
6262
"-S",
6363
".",
6464
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",

0 commit comments

Comments
 (0)