We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c3f33 commit f7d696eCopy full SHA for f7d696e
.github/workflows/build.yml
@@ -39,12 +39,6 @@ jobs:
39
with:
40
xmake-version: 3.0.7
41
42
- - name: Install Zig (Linux)
43
- if: runner.os == 'Linux'
44
- uses: mlugg/setup-zig@v1
45
- with:
46
- version: 0.13.0
47
-
48
- name: Setup pnpm
49
uses: pnpm/action-setup@v4
50
@@ -63,14 +57,9 @@ jobs:
63
57
working-directory: src/core/typescript
64
58
run: pnpm build
65
59
66
- - name: Configure xmake (non-Linux)
67
- if: runner.os != 'Linux'
60
+ - name: Configure xmake
68
61
run: xmake f -m releasedbg -v -y
69
62
70
- - name: Configure xmake (Linux with zig toolchain)
71
72
- run: xmake f -m releasedbg -p linux -a ${{ matrix.arch }} --toolchain=zig -v -y
73
74
- name: Build
75
run: xmake build -y
76
0 commit comments