File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ jobs:
107107 ref : feaf8f831051fd5f316963b28efd728cf0b0eca1
108108 path : jane-street/opam-repository
109109
110- - name : Pin dune
111- run : opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
112-
113110 - name : Pin wasm_of_ocaml
114111 working-directory : ./wasm_of_ocaml
115112 run : opam pin -n --with-version `< VERSION` .
Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ jobs:
112112 dune-cache : true
113113 opam-pin : false
114114
115- - name : Pin dune
116- run : |
117- opam pin add dune.3.17 https://github.com/ocaml/dune.git
118-
119115 - run : opam install conf-pkg-config
120116 if : runner.os == 'Windows'
121117
@@ -164,4 +160,4 @@ jobs:
164160 branch : wikidoc
165161 folder : doc-dev
166162 clean : true
167- target-folder : doc/dev/
163+ target-folder : doc/dev/
Original file line number Diff line number Diff line change 1717 with :
1818 ocaml-compiler : " 5.2"
1919 dune-cache : true
20- - name : Pin dune
21- run : |
22- opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
2320 - uses : ocaml/setup-ocaml/lint-opam@v3
2421
2522 lint-fmt :
3229 with :
3330 ocaml-compiler : " 5.2"
3431 dune-cache : true
35- - name : Pin dune
36- run : |
37- opam pin add -n dune.3.17 https://github.com/ocaml/dune.git
3832 - uses : ocaml/setup-ocaml/lint-fmt@v3
3933
4034 lint-runtime :
Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ The following commands will perform a minimal installation:
2424```
2525git clone https://github.com/ocaml-wasm/wasm_of_ocaml
2626cd wasm_of_ocaml
27- opam pin add -n --with-version 3.17 https://github.com/ocaml/dune.git
28- opam pin add -n --with-version 5.8.2-wasm .
29- opam install wasm_of_ocaml-compiler
27+ opam pin add -n --with-version 6.0.0 .
28+ opam install dune.3.17.0 wasm_of_ocaml-compiler
3029```
3130You may want to install additional packages. For instance:
3231
You can’t perform that action at this time.
0 commit comments