Skip to content

Commit 3bb89d3

Browse files
committed
release: Comment out Windows target.
There are build errors that need to be resolved.
1 parent 5816599 commit 3bb89d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- os: macos-latest
2828
rust_target: aarch64-apple-darwin
2929
ext: ""
30-
- os: windows-latest
31-
rust_target: x86_64-pc-windows-msvc
32-
ext: ".exe"
30+
# - os: windows-latest
31+
# rust_target: x86_64-pc-windows-msvc
32+
# ext: ".exe"
3333

3434
steps:
3535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)