Skip to content

Commit 5462e5f

Browse files
committed
chore: skip Windows build for now
1 parent 83ef1f0 commit 5462e5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- target: x86_64-pc-windows-gnu
16-
archive: zip
15+
# FIXME crate local-ip-address is not playing nice on Windows
16+
# - target: x86_64-pc-windows-gnu
17+
# archive: zip
1718
- target: x86_64-unknown-linux-musl
1819
archive: tar.gz tar.xz
1920
- target: x86_64-apple-darwin

0 commit comments

Comments
 (0)