From c3cc2232491f8fcc7fad4e7e51f927e541fe09a5 Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Mon, 1 Apr 2024 10:40:01 +0200 Subject: [PATCH] fix gh action --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a93fdb59..3bca2091 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v2 @@ -28,6 +28,8 @@ jobs: # apt update is implicit # pinning package implicit # depext install implicit + - run: opam install . --deps-only --with-test + - run: opam install . ocamlformat.0.20.1 - name: compile