File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,41 @@ jobs:
152152 run : |
153153 echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
154154
155+ - name : Binaryen DEBUG
156+ shell : bash
157+ run : |
158+ ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
159+
160+ - name : Binaryen DEBUG
161+ shell : bash
162+ run : |
163+ echo $PATH
164+
165+ - name : Binaryen DEBUG
166+ shell : bash
167+ run : |
168+ which wasm-merge
169+
170+ - name : Binaryen DEBUG
171+ shell : bash
172+ run : |
173+ /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
174+
175+ - name : Binaryen DEBUG
176+ shell : bash
177+ run : |
178+ /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge --version
179+
180+ - name : Binaryen DEBUG
181+ shell : bash
182+ run : |
183+ wasm-merge --version
184+
185+ - name : Binaryen DEBUG
186+ shell : bash
187+ run : |
188+ wasm-merge --version | grep 'version \(11[89]\|1[2-9][0-9]\)'
189+
155190 - name : Set-up OCaml ${{ matrix.ocaml-compiler }}
156191 uses : ocaml/setup-ocaml@v3
157192 with :
You can’t perform that action at this time.
0 commit comments