From 590b47a63a1e46a3933934e6db97e7c20275ecde Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Fri, 14 Jan 2022 13:00:55 +0300 Subject: [PATCH 1/2] Remove cargo-lipo from iOS ci job --- .github/workflows/ios.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 42c15a8fe5d26..4c24217d5e57d 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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 From 8835b622f3b575c6ff6ff6436d76e75c9e9d9373 Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Fri, 14 Jan 2022 12:59:16 +0300 Subject: [PATCH 2/2] Remove x11 feature from iOS example --- examples/ios/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ios/Cargo.toml b/examples/ios/Cargo.toml index d5fec9329f83d..0e77864a9b737 100644 --- a/examples/ios/Cargo.toml +++ b/examples/ios/Cargo.toml @@ -16,6 +16,5 @@ bevy = { path = "../../", features = [ "bevy_winit", "render", "vorbis", - "x11", "filesystem_watcher" ], default-features = false}