Skip to content

Commit

Permalink
Manually install odoc for docs building on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Apr 27, 2024
1 parent d4a2112 commit c749d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ jobs:
path: test/test-images

- name: Build docs
run: esy doc
run: |
opam install odoc
esy doc

0 comments on commit c749d64

Please sign in to comment.