mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 09:11:40 +03:00
chore(ci): fix binaryen install for ubuntu (I hope)
This commit is contained in:
parent
6550c8dc3a
commit
59d9cb53b6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user