Skip to content

Commit

Permalink
CI: disable Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 19, 2023
1 parent 20f40da commit 0102191
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
include:
- os: macos-latest
ocaml: 4.14.x
- os: windows-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
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0102191

Please sign in to comment.