Skip to content

Commit 6628180

Browse files
committed
DEBUG
1 parent 92b155f commit 6628180

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: cache-binaryen
5050
uses: actions/cache/restore@v4
5151
with:
52-
path: binaryen/bin
52+
path: binaryen
5353
key: ${{ runner.os }}-binaryen-version_118
5454

5555
- name: Checkout binaryen
@@ -80,7 +80,7 @@ jobs:
8080
if: steps.cache-binaryen.outputs.cache-hit != 'true'
8181
uses: actions/cache/save@v4
8282
with:
83-
path: binaryen/bin
83+
path: binaryen
8484
key: ${{ runner.os }}-binaryen-version_118
8585

8686
- name: Set binaryen's path

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
id: cache-binaryen
120120
uses: actions/cache/restore@v4
121121
with:
122-
path: binaryen/bin
122+
path: binaryen
123123
key: ${{ runner.os }}-binaryen-version_118
124124

125125
- name: Checkout binaryen
@@ -163,7 +163,7 @@ jobs:
163163
if: steps.cache-binaryen.outputs.cache-hit != 'true'
164164
uses: actions/cache/save@v4
165165
with:
166-
path: binaryen/bin
166+
path: binaryen
167167
key: ${{ runner.os }}-binaryen-version_118
168168

169169
- name: Set binaryen's path
@@ -173,7 +173,7 @@ jobs:
173173
- name: Set binaryen's path (windows)
174174
if: matrix.os == 'windows-latest'
175175
shell: bash
176-
run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe `opam var bin`
176+
run: cp $GITHUB_WORKSPACE/binaryen/bin/wasm-{merge,opt}.exe $(opam var bin)
177177

178178
- name: Binaryen DEBUG
179179
shell: bash

0 commit comments

Comments
 (0)