File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -173,13 +173,16 @@ jobs:
173173 - name : Set binaryen's path (windows)
174174 if : matrix.os == 'windows-latest'
175175 shell : bash
176- run : cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
176+ run : |
177+ set -o igncr
178+ cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
177179
178180 - name : Binaryen DEBUG
179181 shell : bash
180182 run : echo $PATH
181183
182184 - name : Binaryen DEBUG
185+ if : matrix.os == 'windows-latest'
183186 shell : bash
184187 run : ls -l /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
185188
@@ -197,6 +200,8 @@ jobs:
197200 - run : cat VERSION | xargs opam pin . -n --with-version
198201 if : ${{ !matrix.skip-test }}
199202 shell : bash
203+ run : |
204+
200205
201206 - run : opam install conf-c++
202207 # Otherwise, the next step fails reinstalling gcc while compiling
You can’t perform that action at this time.
0 commit comments