We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f7094 commit 9eed733Copy full SHA for 9eed733
pixi.toml
@@ -91,7 +91,7 @@ cmd = "xmake build --verbose --diagnosis --all"
91
[tasks.ci-xmake-build]
92
args = ["build_type"]
93
depends-on = [
94
- { task = "xmake-configure", args = ["{{ build_type }}"] },
+ { task = "ci-xmake-configure", args = ["{{ build_type }}"] },
95
{ task = "xmake-build" },
96
]
97
0 commit comments