Skip to content

Commit 148f0a1

Browse files
Julowjonludlam
authored andcommitted
Fix esy workflow
1 parent a25df08 commit 148f0a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 x dune exec src/odoc/bin/main.exe -- --version
97+
run: esy x odoc --version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Leo White <[email protected]>"
1010
],
1111
"esy": {
12-
"build": "dune build",
12+
"build": "dune build -p odoc",
1313
"release": {
1414
"releasedBinaries": [
1515
"odoc"

0 commit comments

Comments
 (0)