File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -168,28 +168,23 @@ jobs:
168168
169169 - name : Set binaryen's path
170170 shell : bash
171- run : |
172- echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
171+ run : echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
173172
174173 - name : Binaryen DEBUG
175174 shell : bash
176- run : |
177- ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
175+ run : echo $PATH
178176
179177 - name : Binaryen DEBUG
180178 shell : bash
181- run : |
182- echo $PATH
179+ run : ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
183180
184181 - name : Binaryen DEBUG
185182 shell : bash
186- run : |
187- which wasm-merge
183+ run : which wasm-merge
188184
189185 - name : Binaryen DEBUG
190186 shell : bash
191- run : |
192- /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
187+ run : /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
193188
194189 - name : Install faked binaryen-bin package
195190 # It's faster to use a cached version
You can’t perform that action at this time.
0 commit comments