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 e69566a commit 3c1e1d9Copy full SHA for 3c1e1d9
.github/workflows/build.yml
@@ -173,8 +173,7 @@ jobs:
173
- name: Set binaryen's path (windows)
174
if: matrix.os == 'windows-latest'
175
shell: bash
176
- run: |
177
- cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin
+ run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin
178
179
- name: Binaryen DEBUG
180
0 commit comments