We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775891c commit 1027111Copy full SHA for 1027111
.github/workflows/build_js.yml
@@ -55,7 +55,7 @@ jobs:
55
56
# compile Alt-Ergo with Js_of_ocaml
57
- name: Make alt-ergo.js
58
- run: opam exec -- make js-node
+ run: opam exec -- make js
59
60
# Use Node Js actions
61
- uses: actions/setup-node@v4
0 commit comments