Skip to content

Commit

Permalink
Fix esy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow authored and jonludlam committed Feb 16, 2021
1 parent a25df08 commit 148f0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
run: esy install --verbose

- name: Build odoc
run: esy x dune exec src/odoc/bin/main.exe -- --version
run: esy x odoc --version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Leo White <leo@lpw25.net>"
],
"esy": {
"build": "dune build",
"build": "dune build -p odoc",
"release": {
"releasedBinaries": [
"odoc"
Expand Down

0 comments on commit 148f0a1

Please sign in to comment.