summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4a90b3e92..10d3da580 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -43,7 +43,7 @@ jobs:
- name: Artifact
run: |
cd core
- xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-gnu.2.29 -c
+ xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-musl -c
xmake
mkdir ../artifacts
cp build/xmake ../artifacts/xmake-bundle