Skip to content

Commit ccfc888

Browse files
committed
Disable windows CI job due to rust-lang/rust#99466 (rust-lang/rust#99466)
1 parent 8a390ee commit ccfc888

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
os:
168168
- ubuntu
169169
- macOS
170-
- windows
170+
# TODO: Re-enable once rust-lang/rust#99466 is fixed:
171+
# https://github.com/rust-lang/rust/issues/99466
172+
# - windows
171173
runs-on: ${{ matrix.os }}-latest
172174
steps:
173175
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)