Skip to content

Commit

Permalink
fixup! Add OCaml 5.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Oct 8, 2023
1 parent d4c74eb commit 78f9e92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,22 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4


- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
if: ${{ matrix.os != 'windows-2022' }}
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
if: ${{ matrix.os == 'windows-2022' }}
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-repositories: |
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
standard: https://github.com/ocaml/opam-repository.git
- name: Install dependencies
run: |
Expand Down

0 comments on commit 78f9e92

Please sign in to comment.