summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-25 09:56:21 +0200
committerGitHub <noreply@github.com>2022-10-25 09:56:21 +0200
commit59d9cb53b683974cf467aea19788ddd1f28160b6 (patch)
treec110ffc9514188ae3ebc8956df437257d304d8e4 /.github
parent6550c8dc3acfa496ccbbf62a4e64143c9c9625e7 (diff)
chore(ci): fix binaryen install for ubuntu (I hope)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cdc8bf988..9c453ee47 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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