CI: Install wasm-opt 123 from the GitHub release of Binaryen (#6849)

* Prerequisite of https://github.com/emilk/egui/pull/6848
This commit is contained in:
TÖRÖK Attila 2025-04-24 15:39:01 +02:00 committed by GitHub
parent 6f910f60e9
commit 3dd8d34257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 6 deletions

View File

@ -46,9 +46,12 @@ jobs:
with:
prefix-key: "web-demo-"
- name: "Install wasmopt / binaryen"
run: |
sudo apt-get update && sudo apt-get install binaryen
- name: Install wasm-opt
uses: sigoden/install-binary@v1
with:
repo: WebAssembly/binaryen
tag: version_123
name: wasm-opt
- run: |
scripts/build_demo_web.sh --release

View File

@ -25,9 +25,12 @@ jobs:
with:
prefix-key: "pr-preview-"
- name: "Install wasmopt / binaryen"
run: |
sudo apt-get update && sudo apt-get install binaryen
- name: Install wasm-opt
uses: sigoden/install-binary@v1
with:
repo: WebAssembly/binaryen
tag: version_123
name: wasm-opt
- run: |
scripts/build_demo_web.sh --release