We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748cd42 commit b7d3d3cCopy full SHA for b7d3d3c
.github/workflows/build.yml
@@ -174,7 +174,7 @@ jobs:
174
if: matrix.os == 'windows-latest'
175
shell: bash
176
run: |
177
- cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin | tr -d "\r")
+ opam var bin | xargs cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe
178
179
- name: Binaryen DEBUG
180
0 commit comments