Skip to content

Commit 748cd42

Browse files
committed
DEBUG
1 parent 3236d93 commit 748cd42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ jobs:
174174
if: matrix.os == 'windows-latest'
175175
shell: bash
176176
run: |
177-
set -o igncr
178-
cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
177+
cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin | tr -d "\r")
179178
180179
- name: Binaryen DEBUG
181180
shell: bash

0 commit comments

Comments
 (0)