Skip to content

Commit

Permalink
Restore CI on Windows after upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 8, 2024
1 parent 188b893 commit 54f0eaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
include:
- os: macos-latest
ocaml: 4.14.x
# Windows disabled due to an upstream problem with libuv's autotools
# build not generating a .dll file since commit 748d894e. See
# https://github.com/libuv/libuv/issues/4259
# - os: windows-latest
# ocaml: 4.14.x
- os: windows-latest
ocaml: 4.14.x
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 54f0eaa

Please sign in to comment.