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 6628180 commit a49fd2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,16 @@ jobs:
- name: Set binaryen's path (windows)
if: matrix.os == 'windows-latest'
shell: bash
run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
run: |
set -o igncr
cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
- name: Binaryen DEBUG
shell: bash
run: echo $PATH

- name: Binaryen DEBUG
if: matrix.os == 'windows-latest'
shell: bash
run: ls -l /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin

Expand All @@ -197,6 +200,8 @@ jobs:
- run: cat VERSION | xargs opam pin . -n --with-version
if: ${{ !matrix.skip-test }}
shell: bash
run: |
- run: opam install conf-c++
# Otherwise, the next step fails reinstalling gcc while compiling
Expand Down

0 comments on commit a49fd2b

Please sign in to comment.