chore(release): remove extraneous ci step
This commit is contained in:
parent
c50103ffb9
commit
6550c8dc3a
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -74,9 +74,6 @@ jobs:
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && brew install binaryen
|
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>
|
# Workaround for <https://github.com/actions/virtual-environments/issues/2557>
|
||||||
- name: Switch Xcode SDK
|
- name: Switch Xcode SDK
|
||||||
if: runner.os == 'macos'
|
if: runner.os == 'macos'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue