From 07c9a5679942983267671a66df3c29d2c886e88f Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Sun, 8 Oct 2023 12:08:00 +0200 Subject: [PATCH] Disable windows, opam things --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6499562..4492b2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ + ubuntu-latest, + macos-latest, + # windows-latest + ] ocaml-compiler: - 5.1.0