We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473cfca commit 0e19b0eCopy full SHA for 0e19b0e
1 file changed
.github/workflows/build.yml
@@ -13,8 +13,6 @@ jobs:
13
include:
14
- os: ubuntu-latest
15
target: x86_64-linux
16
- - os: windows-latest
17
- target: x86_64-windows
18
extra_flags: ""
19
- os: macos-latest
20
target: x86_64-macos
@@ -29,11 +27,6 @@ jobs:
29
27
with:
30
28
version: '0.14.0'
31
32
- - name: Windows workaround
33
- if: matrix.os == 'windows-latest'
34
- run: |
35
- Add-Content -Path build.zig -Value "`nexe.root_module.link_libc = true;" -Encoding utf8
36
-
37
- name: Build
38
run: |
39
zig build -Doptimize=ReleaseFast -Dtarget=${{ matrix.target }} ${{ matrix.extra_flags || '' }}
0 commit comments