mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-18 21:09:37 +00:00
We don't need iOS-specific builds since the macOS checks already handle this.
This commit is contained in:
parent
be96aacd7a
commit
3224cbdf5a
19
.github/workflows/test.yml
vendored
19
.github/workflows/test.yml
vendored
|
@ -42,22 +42,3 @@ jobs:
|
|||
with:
|
||||
command: check
|
||||
args: --all-features --examples --target wasm32-unknown-unknown
|
||||
|
||||
build_ios:
|
||||
name: Build iOS
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
target: aarch64-apple-ios x86_64-apple-ios
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: cargo-lipo
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: lipo
|
||||
args: --all-features --examples
|
||||
|
|
Loading…
Reference in New Issue
Block a user