chore(ci): fix binaryen install for ubuntu (I hope)

This commit is contained in:
Aram Drevekenin 2022-10-25 09:56:21 +02:00 committed by GitHub
parent 6550c8dc3a
commit 59d9cb53b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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