chore(ci): brew work now plox

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

View file

@ -66,9 +66,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y --no-install-recommends musl-tools
- name: Enable brew in ubuntu
- name: Install wasm-opt (macos)
if: runner.os == 'macos'
run: brew install binaryen
- name: Install wasm-opt (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && brew install binaryen
- name: Install wasm-opt
run: brew install binaryen