Skip to content

Commit dbc79b5

Browse files
committed
WIP
1 parent 3b8098f commit dbc79b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/cache/restore@v4
4848
with:
4949
path: binaryen
50-
key: ${{ runner.os }}-binaryen-version_118
50+
key: ${{ runner.os }}-binaryen-version_119
5151

5252
- name: Checkout binaryen
5353
if: steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -56,7 +56,7 @@ jobs:
5656
repository: WebAssembly/binaryen
5757
path: binaryen
5858
submodules: true
59-
ref: version_118
59+
ref: version_119
6060

6161
- name: Install ninja (Ubuntu)
6262
if: matrix.os == 'ubuntu-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -74,21 +74,20 @@ jobs:
7474
if: steps.cache-binaryen.outputs.cache-hit != 'true'
7575
working-directory: ./binaryen
7676
run: |
77-
cmake -G Ninja .
77+
cmake -G Ninja . -DBUILD_STATIC_LIB=ON
7878
ninja
7979
8080
- name: binaryen ls
8181
shell: bash
8282
run: |
8383
ls binaryen/bin
84-
ls binaryen/lib
8584
8685
- name: Cache binaryen
8786
if: steps.cache-binaryen.outputs.cache-hit != 'true'
8887
uses: actions/cache/save@v4
8988
with:
9089
path: binaryen
91-
key: ${{ runner.os }}-binaryen-version_118
90+
key: ${{ runner.os }}-binaryen-version_119
9291

9392
- name: Set binaryen's path
9493
shell: bash

0 commit comments

Comments
 (0)