Skip to content

Commit c28e071

Browse files
committed
fix ci
Signed-off-by: Arthur Wendling <[email protected]>
1 parent 8622af5 commit c28e071

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,12 @@ jobs:
376376
run: opam pin add -n . --with-version=3.20.2+ox
377377

378378
- name: Install deps
379-
run: opam install csexp pp re spawn uutf ./dune.opam
379+
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
380385

381386
- name: Build dune
382387
run: opam exec -- make bootstrap

0 commit comments

Comments
 (0)