Skip to content

Commit

Permalink
fix deploy CI by disabling dune cache, otherwise dune-site is not
Browse files Browse the repository at this point in the history
installing correctly some dependencies
  • Loading branch information
zapashcanon committed Apr 24, 2024
1 parent 197089e commit aa22002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
dune-cache: true
dune-cache: false
opam-depext: true
opam-pin: true
allow-prerelease-opam: true
Expand Down

0 comments on commit aa22002

Please sign in to comment.