summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-25 09:44:16 +0200
committerGitHub <noreply@github.com>2022-10-25 09:44:16 +0200
commit6550c8dc3acfa496ccbbf62a4e64143c9c9625e7 (patch)
treeacf9de131dde178bd21e6b336da8686d1f418b61
parentc50103ffb9a141e9bf5f90ee4ed79301689d7159 (diff)
chore(release): remove extraneous ci step
-rw-r--r--.github/workflows/release.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b4534b1e1..cdc8bf988 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -74,9 +74,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && brew install binaryen
- - name: Install wasm-opt
- run: brew install binaryen
-
# Workaround for <https://github.com/actions/virtual-environments/issues/2557>
- name: Switch Xcode SDK
if: runner.os == 'macos'