Skip to content

Commit 1fe96a4

Browse files
committed
fix toolchain
1 parent 3f7fae2 commit 1fe96a4

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
@@ -117,4 +117,4 @@ args = ["file_name"]
117117
cmd = ["scripts/delete-artifacts.bash", "{{ file_name }}"]
118118

119119
[tasks.package]
120-
cmd = "xmake config --yes --enable_test=n --dev=n --release=y --mode=releasedbg && xmake pack --verbose"
120+
cmd = "xmake config --yes --enable_test=n --dev=n --release=y --mode=releasedbg --toolchain=clang && xmake pack --verbose"

0 commit comments

Comments
 (0)