Binaryen116 (#3958)

dependencies: update binaryen submodule to version 116

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Co-authored-by: DarkByteBen <ben@darkbytelabs.com>
This commit is contained in:
Flavio Castelli
2023-10-16 18:34:20 +02:00
committed by GitHub
parent b79e0e8528
commit 7019c4e8fc
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -356,13 +356,13 @@ jobs:
uses: actions/cache@v3
id: cache-binaryen
with:
key: binaryen-linux-${{ matrix.goarch }}-v1
key: binaryen-linux-${{ matrix.goarch }}-v3
path: build/wasm-opt
- name: Build Binaryen
if: steps.cache-binaryen.outputs.cache-hit != 'true'
run: |
sudo apt-get install --no-install-recommends ninja-build
git submodule update --init lib/binaryen
git submodule update --init --recursive lib/binaryen
make CROSS=${{ matrix.toolchain }} binaryen
- name: Install fpm
run: |