You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/02/04 18:45:42 UTC

[incubator-teaclave] 03/07: Install x86_64-apple-ios toolchain

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

commit ed689e6da174756b6c76adde6c4c819591a24fc1
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Tue Feb 2 19:02:14 2021 -0800

    Install x86_64-apple-ios toolchain
---
 .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 a357360..0fd1fcd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
           brew install cmake openssl
           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
+          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/"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org