Skip to content

Commit

Permalink
Update CI to use 5.1.0~rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Aug 13, 2023
1 parent 624b9d4 commit 9d380aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
with:
submodules: true

- name: Use OCaml 5.0.0+custom-events
- name: Use OCaml 5.1.0~rc1
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ocaml-variants.5.0.0+custom-events
ocaml-compiler: ocaml-base-compiler.5.1.0~rc1
opam-repositories: |
default: https://github.com/ocaml/opam-repository.git
custom-events: https://github.com/TheLortex/custom-events-opam-repository.git
dune-cache: true

- name: Meio Deps 🐈‍⬛
Expand All @@ -31,7 +30,7 @@ jobs:
opam install . --deps-only --with-test
- name: Build
run: opam exec -- dune build
run: opam exec -- dune build @all

- name: Update asciicast dependencies
run: |
Expand Down

0 comments on commit 9d380aa

Please sign in to comment.