We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecb271 commit 5240127Copy full SHA for 5240127
.github/workflows/workflow.yml
@@ -60,8 +60,8 @@ jobs:
60
id: configppx
61
shell: bash
62
run: |
63
- opam exec -- dune exec src/util/letppx.exe
64
- opam exec -- dune exec src/util/letppx.exe >> "$GITHUB_OUTPUT"
+ opam exec -- ocaml src/util/letppx.ml
+ opam exec -- ocaml src/util/letppx.ml >> "$GITHUB_OUTPUT"
65
66
- run: opam install conf-libev
67
if: ${{ matrix.libev == true }}
0 commit comments