Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Oct 3, 2024
1 parent 519eac4 commit ed4e962
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ed4e962

Please sign in to comment.