Skip to content

Commit

Permalink
CI: disable windows cross-compilation for now
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
  • Loading branch information
slimsag committed Oct 8, 2024
1 parent 059fa0f commit e564c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
# run: zig build -Dtarget=x86_64-macos
# - name: x86_64-linux -> aarch64-macos
# run: zig build -Dtarget=aarch64-macos
- name: x86_64-linux -> x86_64-windows
run: zig build -Dtarget=x86_64-windows-gnu
# TODO(build): currently cannot link on Windows for an unknown reason ('error: the linker needs one or more objects to link')
# - name: x86_64-linux -> x86_64-windows
# run: zig build -Dtarget=x86_64-windows-gnu
- name: build
run: zig build
- name: test
Expand Down

0 comments on commit e564c65

Please sign in to comment.