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 92b155f commit 6628180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: cache-binaryen
uses: actions/cache/restore@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Checkout binaryen
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if: steps.cache-binaryen.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Set binaryen's path
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
id: cache-binaryen
uses: actions/cache/restore@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Checkout binaryen
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
if: steps.cache-binaryen.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: binaryen/bin
path: binaryen
key: ${{ runner.os }}-binaryen-version_118

- name: Set binaryen's path
Expand All @@ -173,7 +173,7 @@ 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: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)

- name: Binaryen DEBUG
shell: bash
Expand Down

0 comments on commit 6628180

Please sign in to comment.