Skip to content

Commit

Permalink
Merge pull request #36 from dra27/tweak-ci
Browse files Browse the repository at this point in the history
Fix CI failures on `opam install` test
  • Loading branch information
dra27 authored Nov 9, 2023
2 parents 06689fb + 33ddd78 commit d34e362
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
ocaml-version:
- 4.06.x
- 4.14.x
- 5.0.x
- ocaml-variants.5.1.0+trunk
- 5.1.x
- ocaml-variants.5.2.0+trunk
exclude:
- os: windows-latest
ocaml-version: ocaml-variants.5.1.0+trunk
ocaml-version: ocaml-variants.5.2.0+trunk
- os: windows-latest
ocaml-version: 5.0.x
ocaml-version: 5.1.x

runs-on: ${{ matrix.os }}

Expand All @@ -34,6 +34,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
allow-prelease-opam: true

# Dune (may fail with trunk)
- name: Install dune, if possible
Expand Down

0 comments on commit d34e362

Please sign in to comment.