Skip to content

Commit 912c25a

Browse files
committed
add windows back in
1 parent 13a40b8 commit 912c25a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
version: 0.15.1
2020

21-
#- name: Build Windows
22-
# run: "zig build -Dtarget=x86_64-windows -Doptimize=ReleaseSafe -Dexe_name=httpspec_windows_x86"
21+
- name: Build Windows
22+
run: "zig build -Dtarget=x86_64-windows -Doptimize=ReleaseSafe -Dexe_name=httpspec_windows_x86"
2323

2424
- name: Build Mac_x86
2525
run: "zig build -Dtarget=x86_64-macos -Doptimize=ReleaseSafe -Dexe_name=httpspec_mac_x86"

0 commit comments

Comments
 (0)