diff options
| author | ruki <[email protected]> | 2025-09-11 16:45:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-11 16:45:23 +0800 |
| commit | e641d139eef96d83222719a5f4f349edd87f1c9a (patch) | |
| tree | c813dee1b06761e2a1693c225893e9d2488cde7c | |
| parent | c74b86b5306b7069931394971f18ee299094f57f (diff) | |
| parent | e2ed5956fe148fae65bd88b32ac0cb6c68f16899 (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.yml | 2 |
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 |
