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 c6b9a34  Pin openssl to version 1.1 (#561)
c6b9a34 is described below

commit c6b9a34e0d667c7b13fbcc845407806429b543d7
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Oct 5 11:43:27 2021 -0700

    Pin openssl to version 1.1 (#561)
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9cb83a..fa7503b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,13 +30,13 @@ jobs:
           submodules: 'true'
       - name: Install dependencies
         run: |
-          brew install cmake openssl
+          brew install cmake [email protected]
           curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- 
-y
           export PATH=~/.cargo/bin:$PATH
           rustup default nightly-2020-04-07 && rustup target add 
aarch64-apple-ios x86_64-apple-ios
       - name: Building Teaclave Client SDK
         run: |
-          export 
PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
+          export 
PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig/"
           export PATH=~/.cargo/bin:$PATH
           cargo +stable install cargo-lipo
           cargo build --manifest-path sdk/rust/Cargo.toml

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to