From d9c481eecf90f600758b34b0fcbd115230f748d2 Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Thu, 26 Sep 2024 11:29:11 +0200 Subject: [PATCH] Debug CI --- .github/workflows/debug-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debug-ci.yml b/.github/workflows/debug-ci.yml index e50d0555a3..983b17a4c6 100644 --- a/.github/workflows/debug-ci.yml +++ b/.github/workflows/debug-ci.yml @@ -16,7 +16,7 @@ jobs: - macos-latest - ubuntu-latest ocaml-compiler: - - "4.14" + - "5.2" steps: - name: Checkout Repo @@ -39,6 +39,9 @@ jobs: run: brew update && brew reinstall libev openssl@3 # Openssl is a workaround for https://github.com/ocaml/opam-repository/issues/19676 if: runner.os == 'macOS' + - name: Create ocamlorg.opam + run: opam exec -- dune build ocamlorg.opam + - name: Install opam dependencies run: opam install --deps-only --with-test .