mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:29:38 +00:00
Move iOS build into separate CI run to see if this odd bug is triggered.
This commit is contained in:
parent
6c091f3284
commit
81b23330e9
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user