Skip to content

Commit 54f0eaa

Browse files
committed
Restore CI on Windows after upstream release
1 parent 188b893 commit 54f0eaa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
include:
1515
- os: macos-latest
1616
ocaml: 4.14.x
17-
# Windows disabled due to an upstream problem with libuv's autotools
18-
# build not generating a .dll file since commit 748d894e. See
19-
# https://github.com/libuv/libuv/issues/4259
20-
# - os: windows-latest
21-
# ocaml: 4.14.x
17+
- os: windows-latest
18+
ocaml: 4.14.x
2219
fail-fast: false
2320
runs-on: ${{ matrix.os }}
2421

0 commit comments

Comments
 (0)