Skip to content

Commit 5b87b18

Browse files
committed
Comment out windows build
1 parent 81a4119 commit 5b87b18

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
target: aarch64-apple-darwin
3131
binary_name: zebo-inspect
3232
asset_name: zebo-inspect-macos-arm64
33-
- os: windows-latest
34-
target: x86_64-pc-windows-msvc
35-
binary_name: zebo-inspect.exe
36-
asset_name: zebo-inspect-windows-x64.exe
33+
# Windows is not supported yet. Make a PR if interested.
34+
# - os: windows-latest
35+
# target: x86_64-pc-windows-msvc
36+
# binary_name: zebo-inspect.exe
37+
# asset_name: zebo-inspect-windows-x64.exe
3738

3839
steps:
3940
- name: Checkout code

0 commit comments

Comments
 (0)