Skip to content

Commit a3e43b6

Browse files
committed
Remove cargo-lipo from iOS ci job (#3671)
# Objective `cargo-lipo` no more required since #3109 merged. Also remove unused `x11` feature from example.
1 parent 8139022 commit a3e43b6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ios.yml

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
target
2525
key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}
2626

27-
- uses: actions-rs/install@v0.1
28-
with:
29-
crate: cargo-lipo
30-
version: latest
31-
3227
- name: Add iOS targets
3328
run: rustup target add aarch64-apple-ios x86_64-apple-ios
3429

examples/ios/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ bevy = { path = "../../", features = [
1616
"bevy_winit",
1717
"render",
1818
"vorbis",
19-
"x11",
2019
"filesystem_watcher"
2120
], default-features = false}

0 commit comments

Comments
 (0)