Skip to content

Commit

Permalink
Merge pull request #637 from ejgallego/fix_win_ci
Browse files Browse the repository at this point in the history
[ci] [windows] Fix Dune 3.6.1 not available on setup-ocaml
  • Loading branch information
ejgallego authored Jan 14, 2024
2 parents 0a3bb08 + 3f2ecd6 commit 1558c83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Windows Latest
ocaml: 4.14
os: windows-latest
opam-repositories: |
windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -57,6 +61,7 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml }}
dune-cache: true
opam-repositories: ${{ matrix.opam-repositories }}

- name: 🐫🐪🐫 Get dependencies
run: opam exec -- make opam-deps
Expand Down

0 comments on commit 1558c83

Please sign in to comment.