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 97
97
- run : opam install conf-pkg-config conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-x86_64
98
98
if : runner.os == 'Windows'
99
99
100
+ - name : pin dune
101
+ run : opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
102
+
100
103
- name : Pin wasm_of_ocaml
101
104
working-directory : ./wasm_of_ocaml
102
105
run : opam pin . -n --with-version dev
Original file line number Diff line number Diff line change @@ -126,6 +126,9 @@ jobs:
126
126
# It's faster to use a cached version
127
127
run : opam install --fake binaryen-bin
128
128
129
+ - name : pin dune
130
+ run : opam pin add dune https://github.com/hhugo/dune.git#jsoo-shape2
131
+
129
132
- run : opam install . --best-effort --solver builtin-mccs+glpk
130
133
if : ${{ matrix.skip-test }}
131
134
You can’t perform that action at this time.
0 commit comments