This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new f2be66e Build cargo-lipo with the stable rust (#543)
f2be66e is described below
commit f2be66e025f9323512b2e8fec5d99e04908b552a
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Aug 16 16:02:59 2021 -0700
Build cargo-lipo with the stable rust (#543)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3122af4..c9cb83a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]