Skip to content

Commit

Permalink
Install cargo-lipo via CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Aug 21, 2021
1 parent fb1aea0 commit efdf313
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
run: |
ls /Applications | grep Xcode
sudo xcode-select --switch "$(find /Applications -mindepth 1 -maxdepth 1 ! -type l | grep "Xcode_[\.0-9]*app" | sort -V | tail -1)/Contents/Developer"
cargo install cargo-lipo
make test-integration-ios
if: matrix.run_ios_tests
- name: Cross compile from Linux
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ members = [
[build-dependencies]
test-generator = { path = "tests/lib/test-generator" }
build-deps = "0.1.4"
cargo-lipo = "3.1.0"
anyhow = "1.0"
glob = "0.3"
rustc_version = "0.4"
Expand Down

0 comments on commit efdf313

Please sign in to comment.