chore(ci): install brew in ubuntu
This commit is contained in:
parent
56d67ec2c3
commit
df77577274
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -65,6 +65,10 @@ jobs:
|
|||
- name: Install musl-tools
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt-get install -y --no-install-recommends musl-tools
|
||||
|
||||
- name: Enable brew in ubuntu
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
||||
- name: Install wasm-opt
|
||||
run: brew install binaryen
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue