Skip to content

Commit 3c1e1d9

Browse files
committed
DEBUG
1 parent e69566a commit 3c1e1d9

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
@@ -173,8 +173,7 @@ jobs:
173173
- name: Set binaryen's path (windows)
174174
if: matrix.os == 'windows-latest'
175175
shell: bash
176-
run: |
177-
cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin
176+
run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe _opam/bin
178177

179178
- name: Binaryen DEBUG
180179
shell: bash

0 commit comments

Comments
 (0)