From 81b23330e965a88fb52896051b9a0e04e585756f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 2 Sep 2020 15:37:34 -0500 Subject: [PATCH] Move iOS build into separate CI run to see if this odd bug is triggered. --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9404d8a..49bc04b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,6 @@ on: pull_request: jobs: - build_linux: name: Build Linux runs-on: ubuntu-latest @@ -34,6 +33,13 @@ jobs: - uses: actions/checkout@v2 - run: | cargo build --release + + build_ios: + name: Build iOS + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - run: | rustup target add aarch64-apple-ios x86_64-apple-ios cargo install cargo-lipo cargo lipo --release