From 1d476b500182fcfdd373902ed07e50289c966e43 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Wed, 7 Feb 2024 21:35:54 +0000 Subject: [PATCH] Maybe?? --- .github/workflows/build.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b676f5a..9ea81e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,13 @@ jobs: include: - name: Windows uses: windows-latest - ocaml: "5.1.1" + ocaml: + ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-mingw + # Copied from https://github.com/ocaml-multicore/eio/blob/main/.github/workflows/main.yml + opam-depext: false + opam-repositories: | + dra27: https://github.com/dra27/opam-repository.git#windows-5.0 + normal: https://github.com/ocaml/opam-repository.git input-file: illuaminate.exe output-file: illuaminate-windows-x86_64.exe dune-flags: @@ -58,9 +64,7 @@ jobs: - name: Use OCaml uses: ocaml/setup-ocaml@v2 - with: - ocaml-compiler: ${{ matrix.ocaml }} - opam-depext: false + with: ${{ matrix.ocaml }} - name: Install dependencies run: opam install . --deps-only