chore(release): remove extraneous ci step

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

View File

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