Skip to content

Commit f7d696e

Browse files
Revert "ci: linux use zigbuild"
This reverts commit 240c502.
1 parent 10c3f33 commit f7d696e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
with:
4040
xmake-version: 3.0.7
4141

42-
- name: Install Zig (Linux)
43-
if: runner.os == 'Linux'
44-
uses: mlugg/setup-zig@v1
45-
with:
46-
version: 0.13.0
47-
4842
- name: Setup pnpm
4943
uses: pnpm/action-setup@v4
5044
with:
@@ -63,14 +57,9 @@ jobs:
6357
working-directory: src/core/typescript
6458
run: pnpm build
6559

66-
- name: Configure xmake (non-Linux)
67-
if: runner.os != 'Linux'
60+
- name: Configure xmake
6861
run: xmake f -m releasedbg -v -y
6962

70-
- name: Configure xmake (Linux with zig toolchain)
71-
if: runner.os == 'Linux'
72-
run: xmake f -m releasedbg -p linux -a ${{ matrix.arch }} --toolchain=zig -v -y
73-
7463
- name: Build
7564
run: xmake build -y
7665

0 commit comments

Comments
 (0)