File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9797 - run : opam install conf-pkg-config conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-x86_64
9898 if : runner.os == 'Windows'
9999
100+ - name : pin dune
101+ run : opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
102+
100103 - name : Pin wasm_of_ocaml
101104 working-directory : ./wasm_of_ocaml
102105 run : opam pin . -n --with-version dev
Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ jobs:
126126 # It's faster to use a cached version
127127 run : opam install --fake binaryen-bin
128128
129+ - name : pin dune
130+ run : opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
131+
129132 - run : opam install . --best-effort --solver builtin-mccs+glpk
130133 if : ${{ matrix.skip-test }}
131134
You can’t perform that action at this time.
0 commit comments