Remove cargo-lipo from iOS ci job (#3671)

# Objective

`cargo-lipo` no more required since #3109 merged. Also remove unused `x11` feature from example.
This commit is contained in:
Igor Shaposhnik 2022-01-17 21:43:44 +00:00
parent 8139022ecd
commit a3e43b6abe
2 changed files with 0 additions and 6 deletions

View file

@ -24,11 +24,6 @@ jobs:
target target
key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/install@v0.1
with:
crate: cargo-lipo
version: latest
- name: Add iOS targets - name: Add iOS targets
run: rustup target add aarch64-apple-ios x86_64-apple-ios run: rustup target add aarch64-apple-ios x86_64-apple-ios

View file

@ -16,6 +16,5 @@ bevy = { path = "../../", features = [
"bevy_winit", "bevy_winit",
"render", "render",
"vorbis", "vorbis",
"x11",
"filesystem_watcher" "filesystem_watcher"
], default-features = false} ], default-features = false}