Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 3, 2024
1 parent 0adf346 commit e53034a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,26 @@ jobs:
run: |
echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
- name: Binaryen DEBUG
shell: bash
run: |
ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
- name: Binaryen DEBUG
shell: bash
run: |
echo $PATH
- name: Binaryen DEBUG
shell: bash
run: |
which wasm-merge
- name: Binaryen DEBUG
shell: bash
run: |
/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
- name: Install faked binaryen-bin package
# It's faster to use a cached version
run: opam install --fake binaryen-bin
Expand Down

0 comments on commit e53034a

Please sign in to comment.