Skip to content

Commit 9eed733

Browse files
committed
fix
1 parent c4f7094 commit 9eed733

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
@@ -91,7 +91,7 @@ cmd = "xmake build --verbose --diagnosis --all"
9191
[tasks.ci-xmake-build]
9292
args = ["build_type"]
9393
depends-on = [
94-
{ task = "xmake-configure", args = ["{{ build_type }}"] },
94+
{ task = "ci-xmake-configure", args = ["{{ build_type }}"] },
9595
{ task = "xmake-build" },
9696
]
9797

0 commit comments

Comments
 (0)