Skip to content

Commit a25df08

Browse files
committed
Update esy lock and esy workflow
The esy workflow was failing to find the odoc binary, despite having built it. I'm unsure what the cause of this is, and the workaround is suspicious, but does seems to work. Signed-off-by: Jon Ludlam <[email protected]>
1 parent a8a7f59 commit a25df08

File tree

11 files changed

+100
-434
lines changed

11 files changed

+100
-434
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
run: esy install --verbose
9595

9696
- name: Build odoc
97-
run: esy odoc --version
97+
run: esy x dune exec src/odoc/bin/main.exe -- --version

esy.lock/index.json

Lines changed: 73 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/bisect_ppx.2.4.1/opam

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/dune.2.7.1/opam

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/logs.0.7.0/opam

Lines changed: 0 additions & 64 deletions
This file was deleted.

esy.lock/opam/mdx.1.7.0/opam

Lines changed: 0 additions & 58 deletions
This file was deleted.

esy.lock/opam/ocaml-migrate-parsetree.1.8.0/opam

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/ocaml-version.2.6.1/opam

Lines changed: 0 additions & 48 deletions
This file was deleted.

esy.lock/opam/ocamlfind.1.8.1/opam

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/opam/odoc.1.5.2/opam

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)