Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 18, 2024
1 parent fadc57f commit ce81784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.0
ocaml-compiler: "ocaml-variants.4.14.0+flambda"
opam-disable-sandboxing: true
dune-cache: true
opam-repositories: |
default: git+https://github.com/fdopen/opam-repository-mingw.git#opam2
# opam-repositories: |
# 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 ce81784

Please sign in to comment.