Skip to content

Commit b7d3d3c

Browse files
committed
DEBUG
1 parent 748cd42 commit b7d3d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
if: matrix.os == 'windows-latest'
175175
shell: bash
176176
run: |
177-
cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin | tr -d "\r")
177+
opam var bin | xargs cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe
178178
179179
- name: Binaryen DEBUG
180180
shell: bash

0 commit comments

Comments
 (0)