chore(ci): install brew in ubuntu

This commit is contained in:
Aram Drevekenin 2022-10-25 09:28:49 +02:00 committed by GitHub
parent 56d67ec2c3
commit df77577274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,10 @@ jobs:
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