Skip to content

Commit

Permalink
Remove cargo-lipo from iOS ci job (bevyengine#3671)
Browse files Browse the repository at this point in the history
# Objective

`cargo-lipo` no more required since bevyengine#3109 merged. Also remove unused `x11` feature from example.
  • Loading branch information
Gordon-F committed Jan 17, 2022
1 parent 8139022 commit a3e43b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
target
key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}

- uses: actions-rs/[email protected]
with:
crate: cargo-lipo
version: latest

- name: Add iOS targets
run: rustup target add aarch64-apple-ios x86_64-apple-ios

Expand Down
1 change: 0 additions & 1 deletion examples/ios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ bevy = { path = "../../", features = [
"bevy_winit",
"render",
"vorbis",
"x11",
"filesystem_watcher"
], default-features = false}

0 comments on commit a3e43b6

Please sign in to comment.