From 9d380aa0e41f16cccf2f1bbf8a8153998f774122 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Sat, 5 Aug 2023 12:07:17 +1000 Subject: [PATCH] Update CI to use 5.1.0~rc1 --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06a7da..dfa1cc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 🐈‍⬛ @@ -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: |