Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Dec 13, 2024
1 parent 001bb2b commit 73e0d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 73e0d4e

Please sign in to comment.