We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b86b commit e2ed595Copy full SHA for e2ed595
.github/workflows/linux.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Artifact
44
run: |
45
cd core
46
- 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
47
xmake
48
mkdir ../artifacts
49
cp build/xmake ../artifacts/xmake-bundle
0 commit comments