Skip to content

Commit 0e19b0e

Browse files
committed
fix: remove windows build
1 parent 473cfca commit 0e19b0e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
include:
1414
- os: ubuntu-latest
1515
target: x86_64-linux
16-
- os: windows-latest
17-
target: x86_64-windows
1816
extra_flags: ""
1917
- os: macos-latest
2018
target: x86_64-macos
@@ -29,11 +27,6 @@ jobs:
2927
with:
3028
version: '0.14.0'
3129

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-
3730
- name: Build
3831
run: |
3932
zig build -Doptimize=ReleaseFast -Dtarget=${{ matrix.target }} ${{ matrix.extra_flags || '' }}

0 commit comments

Comments
 (0)