Skip to content

Commit e641d13

Browse files
authored
Merge pull request #6793 from Sunrisepeak/sunrisepeak-patch-2
workflows: use musl to avoid glibc's version issue
2 parents c74b86b + e2ed595 commit e641d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Artifact
4444
run: |
4545
cd core
46-
xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-gnu.2.29 -c
46+
xrepo env -b zig xmake f --embed=y --toolchain=zig --cross=x86_64-linux-musl -c
4747
xmake
4848
mkdir ../artifacts
4949
cp build/xmake ../artifacts/xmake-bundle

0 commit comments

Comments
 (0)