From 73e0d4ec3b07692201c6c6243a141cbe620a5c11 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 13 Dec 2024 18:03:34 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 214b2c302f..a65eff327e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,8 @@ jobs: uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} - # Do not pin odoc to not break Mdx installation - opam-pin: ${{ matrix.run-mdx != true }} + # Do not pin odoc to not break Mdx installation and sherlodoc dependencies + opam-pin: false - name: Install dependencies run: |