Skip to content

Commit

Permalink
Maybe??
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 7, 2024
1 parent b7e5c1d commit 1d476b5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d476b5

Please sign in to comment.