Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 17, 2024
1 parent 319ba78 commit a363b07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
- uses: ocaml/setup-ocaml@v3
with:
opam-repositories: "default:https://github.com/fdopen/opam-repository-mingw.git#opam2"
ocaml-compiler: "ocaml-variants.4.07.1+mingw64"
ocaml-compiler: "ocaml-variants.4.11.0+flambda+mingw64"
opam-disable-sandboxing: true
dune-cache: true
opam-repositores: |
default: git+https://github.com/fdopen/opam-repository-mingw.git#opam2
- name: Install deps & build
run: opam install . --with-test
Expand Down

0 comments on commit a363b07

Please sign in to comment.