From 54f0eaa1432282b3eeba15d8b452800cc1e9f73f Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 8 Feb 2024 09:21:30 +0300 Subject: [PATCH] Restore CI on Windows after upstream release --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d3ea3e6..55f2e4ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}