Skip to content

Commit 5240127

Browse files
committed
fix
1 parent 7ecb271 commit 5240127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
id: configppx
6161
shell: bash
6262
run: |
63-
opam exec -- dune exec src/util/letppx.exe
64-
opam exec -- dune exec src/util/letppx.exe >> "$GITHUB_OUTPUT"
63+
opam exec -- ocaml src/util/letppx.ml
64+
opam exec -- ocaml src/util/letppx.ml >> "$GITHUB_OUTPUT"
6565
6666
- run: opam install conf-libev
6767
if: ${{ matrix.libev == true }}

0 commit comments

Comments
 (0)