Skip to content

Commit b7e1930

Browse files
committed
Update CI to use 5.1.0~rc1
1 parent d5f7b34 commit b7e1930

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
with:
1717
submodules: true
1818

19-
- name: Use OCaml 5.0.0+custom-events
19+
- name: Use OCaml 5.1.0~rc1
2020
uses: ocaml/setup-ocaml@v2
2121
with:
22-
ocaml-compiler: ocaml-variants.5.0.0+custom-events
22+
ocaml-compiler: ocaml-variants.5.1.0~rc1
2323
opam-repositories: |
2424
default: https://github.com/ocaml/opam-repository.git
25-
custom-events: https://github.com/TheLortex/custom-events-opam-repository.git
2625
dune-cache: true
2726

2827
- name: Meio Deps 🐈‍⬛
@@ -31,7 +30,7 @@ jobs:
3130
opam install . --deps-only --with-test
3231
3332
- name: Build
34-
run: opam exec -- dune build
33+
run: opam exec -- dune build @all
3534

3635
- name: Update asciicast dependencies
3736
run: |

0 commit comments

Comments
 (0)