We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f7b34 commit b7e1930Copy full SHA for b7e1930
.github/workflows/ci.yml
@@ -16,13 +16,12 @@ jobs:
16
with:
17
submodules: true
18
19
- - name: Use OCaml 5.0.0+custom-events
+ - name: Use OCaml 5.1.0~rc1
20
uses: ocaml/setup-ocaml@v2
21
22
- ocaml-compiler: ocaml-variants.5.0.0+custom-events
+ ocaml-compiler: ocaml-variants.5.1.0~rc1
23
opam-repositories: |
24
default: https://github.com/ocaml/opam-repository.git
25
- custom-events: https://github.com/TheLortex/custom-events-opam-repository.git
26
dune-cache: true
27
28
- name: Meio Deps 🐈⬛
@@ -31,7 +30,7 @@ jobs:
31
30
opam install . --deps-only --with-test
32
33
- name: Build
34
- run: opam exec -- dune build
+ run: opam exec -- dune build @all
35
36
- name: Update asciicast dependencies
37
run: |
0 commit comments