From 94e9335c355dc8dd87dc07dd3f1b9fd58e765dbc Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 16 Oct 2023 15:21:46 -0400 Subject: [PATCH] CI: restore opam analysis --- ...opam-dependencies.yml.bak => opam-dependencies.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{opam-dependencies.yml.bak => opam-dependencies.yml} (66%) diff --git a/.github/workflows/opam-dependencies.yml.bak b/.github/workflows/opam-dependencies.yml similarity index 66% rename from .github/workflows/opam-dependencies.yml.bak rename to .github/workflows/opam-dependencies.yml index 934d9aca..ecc3a239 100644 --- a/.github/workflows/opam-dependencies.yml.bak +++ b/.github/workflows/opam-dependencies.yml @@ -23,11 +23,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml ${{ matrix.ocaml-compiler }} + - name: Set-up OCaml uses: ocaml/setup-ocaml@analysis with: - ocaml-compiler: ${{ matrix.ocaml-compiler }} + ocaml-compiler: "5.0" + allow-prelease-opam: true - - run: opam install . --deps-only --with-test --with-doc - - - uses: ocaml/setup-ocaml/analysis@analysis + - name: Do the analysis + uses: ocaml/setup-ocaml/analysis@analysis