Skip to content

Commit

Permalink
Remove cargo-lipo from iOS ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon-F committed Jan 14, 2022
1 parent 2d00f71 commit 6119ec4
Showing 1 changed file with 0 additions and 5 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/install@v0.1
with:
crate: cargo-lipo
version: latest

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

Expand Down

0 comments on commit 6119ec4

Please sign in to comment.