Skip to content

Commit

Permalink
Fix CI (see ocaml/setup-ocaml#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jan 22, 2022
1 parent 2c7fac6 commit 0b6cf3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- 4.11.x
- 4.12.x
- 4.13.x
- 4.14.x
- ocaml-base-compiler.4.14.0~alpha1

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

Expand All @@ -38,6 +38,9 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: ${{ matrix.os != 'macos-latest' }}
opam-repositories: |
default: https://github.com/ocaml/opam-repository.git
beta: https://github.com/ocaml/ocaml-beta-repository.git
- name: Install opam packages
run: opam install . --deps-only --yes --with-test
Expand Down

0 comments on commit 0b6cf3c

Please sign in to comment.