Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/js_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
# It's faster to use a cached version
run: opam install --fake binaryen-bin

- name: pin dune
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2

- run: opam install . --best-effort --solver builtin-mccs+glpk
if: ${{ matrix.skip-test }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
- run: opam install conf-pkg-config conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-x86_64
if: runner.os == 'Windows'

- name: pin dune
run: opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2

- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
run: opam pin . -n --with-version dev
Expand Down
Loading