Skip to content

Commit eadb879

Browse files
authored
ci: re-enable build job for x86_64-pc-cygwin (#832)
1 parent d715d73 commit eadb879

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ jobs:
9595
x86_64-unknown-dragonfly,
9696
x86_64-unknown-haiku,
9797
x86_64-unknown-linux-none,
98-
# TODO: once libc support for cygwin is released
99-
# https://github.com/rust-lang/libc/pull/4308
100-
# x86_64-pc-cygwin,
98+
x86_64-pc-cygwin,
10199
]
102100
steps:
103101
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)