File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,17 @@ jobs:
262
262
ocaml-compiler : ${{ matrix.ocaml-compiler }}
263
263
- name : echo build params
264
264
run : etc/ci/describe-system-config.sh
265
- - name : Set up binaryen >= 116
265
+ - name : Set up binaryen >= 118
266
266
uses : acifani/setup-tinygo@v2
267
267
with :
268
268
tinygo-version : ' 0.30.0'
269
- binaryen-version : ' 117 '
269
+ binaryen-version : ' 118 '
270
270
- name : set up custom dune and wasm_of_ocaml
271
271
run : |
272
272
eval $(opam env)
273
273
opam update -y
274
- opam pin add -y 'https://github.com/ocaml-wasm/dune.git#wasm '
275
- opam pin add -y --no-action --cli=2.1 --with-version 5.3.0 https://github.com/ocaml-wasm/wasm_of_ocaml.git
274
+ opam pin add -y --no-action --with-version 3.17 'https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml '
275
+ opam pin add -y --no-action --cli=2.1 --with-version 5.3.0-wasm https://github.com/ocaml-wasm/wasm_of_ocaml.git
276
276
- name : install wasm_of_ocaml
277
277
run : |
278
278
eval $(opam env)
You can’t perform that action at this time.
0 commit comments