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 8622af5 commit c28e071Copy full SHA for c28e071
.github/workflows/workflow.yml
@@ -376,7 +376,12 @@ jobs:
376
run: opam pin add -n . --with-version=3.20.2+ox
377
378
- name: Install deps
379
- run: opam install csexp pp re spawn uutf ./dune.opam
+ run: opam install csexp pp re spawn uutf wasm_of_ocaml-compiler ./dune.opam
380
+
381
+ - name: Install Node
382
+ uses: actions/setup-node@v6
383
+ with:
384
+ node-version: latest
385
386
- name: Build dune
387
run: opam exec -- make bootstrap
0 commit comments