From ed4e96285274e2e50debc709e17cd1d30f57ccdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Thu, 3 Oct 2024 19:29:53 +0200 Subject: [PATCH] WIP --- .github/workflows/build.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7201327a..559e00c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,16 @@ jobs: dune-cache: true opam-pin: false + - run: opam install binaryen-bin + if: runner.os == 'Windows' + + - run: opam exec -- wasm-merge + if: runner.os == 'Windows' + + - run: opam exec -- which wasm-merge + if: runner.os == 'Windows' + shell: bash + - name: Pin dune run: | opam pin add dune.3.17 https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml @@ -104,7 +114,7 @@ jobs: - run: opam install conf-c++ # Otherwise, the next step fails reinstalling gcc while compiling - # other + # other packages if: ${{ !matrix.skip-test && runner.os == 'Windows' }} - run: opam install . --with-test --deps-only