chore(ci): fix binaryen install for ubuntu (I hope)
This commit is contained in:
parent
6550c8dc3a
commit
59d9cb53b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
|
||||
- name: Install wasm-opt (ubuntu)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && brew install binaryen
|
||||
run: sudo apt-get install -y --no-install-recommends binaryen
|
||||
|
||||
# Workaround for <https://github.com/actions/virtual-environments/issues/2557>
|
||||
- name: Switch Xcode SDK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue