Skip to content

Commit

Permalink
Build cargo-lipo with the stable rust (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssun authored Aug 16, 2021
1 parent 60400b6 commit f2be66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
export PATH=~/.cargo/bin:$PATH
cargo install cargo-lipo
cargo +stable install cargo-lipo
cargo build --manifest-path sdk/rust/Cargo.toml
cargo build --manifest-path sdk/rust/Cargo.toml --target aarch64-apple-ios
cargo lipo --manifest-path sdk/rust/Cargo.toml
Expand Down

0 comments on commit f2be66e

Please sign in to comment.