From 59a3e22d39e9682a068d726b995cfb2ad3f109cf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 5 Nov 2023 18:04:30 -0800 Subject: [PATCH] ci: enable windows cross-compile build --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abf4a1633..ed678ef09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,8 @@ jobs: target: [ aarch64-linux, x86_64-linux, - # No windows support currently. - # i386-windows, - # x86_64-windows-gnu, + x86-windows-gnu, + x86_64-windows-gnu, # We don't support cross-compiling to macOS because the macOS build # requires xcode due to the swift harness.