Skip to content

Commit

Permalink
added odoc install
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Santamaria <gaby.santamaria@outlook.fr>
  • Loading branch information
gabyfle committed May 13, 2024
1 parent 5f556d5 commit 7424e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build Lice documentation
if: matrix.os == 'ubuntu-latest'
run: opam exec -- dune build @doc
run: opam install odoc && opam exec -- dune build @doc

- name: Upload playground.bc.js
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7424e78

Please sign in to comment.