summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-11 16:45:23 +0800
committerGitHub <[email protected]>2025-09-11 16:45:23 +0800
commite641d139eef96d83222719a5f4f349edd87f1c9a (patch)
treec813dee1b06761e2a1693c225893e9d2488cde7c
parentc74b86b5306b7069931394971f18ee299094f57f (diff)
parente2ed5956fe148fae65bd88b32ac0cb6c68f16899 (diff)
Merge pull request #6793 from Sunrisepeak/sunrisepeak-patch-2
workflows: use musl to avoid glibc's version issue
-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