mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
8139022ecd
commit
a3e43b6abe
2 changed files with 0 additions and 6 deletions
5
.github/workflows/ios.yml
vendored
5
.github/workflows/ios.yml
vendored
|
@ -24,11 +24,6 @@ jobs:
|
|||
target
|
||||
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
|
||||
run: rustup target add aarch64-apple-ios x86_64-apple-ios
|
||||
|
||||
|
|
|
@ -16,6 +16,5 @@ bevy = { path = "../../", features = [
|
|||
"bevy_winit",
|
||||
"render",
|
||||
"vorbis",
|
||||
"x11",
|
||||
"filesystem_watcher"
|
||||
], default-features = false}
|
||||
|
|
Loading…
Reference in a new issue