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 652cb20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ jobs:
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14.0
ocaml-compiler: "4.14.2"
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

- run: |
opam switch create 4.14.2-mingw32 arch-x86_32 system-mingw ocaml.4.14.2
- name: Install deps & build
run: opam install . --with-test
Expand Down

0 comments on commit 652cb20

Please sign in to comment.