mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Remove iOS builds from CI checks
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -30,8 +30,7 @@ jobs:
|
||||
|
||||
- name: Install rustup targets
|
||||
run: |
|
||||
rustup target add aarch64-apple-ios && rustup target add x86_64-apple-ios && \
|
||||
rustup target add aarch64-apple-ios-sim && rustup target add aarch64-apple-darwin && \
|
||||
rustup target add aarch64-apple-darwin && \
|
||||
rustup target add x86_64-apple-darwin && cargo install --force --locked bindgen-cli
|
||||
|
||||
- name: Build all Apple targets and examples/tools
|
||||
@@ -45,12 +44,6 @@ jobs:
|
||||
path: |
|
||||
target/*apple*/release/libidevice_ffi.a
|
||||
|
||||
- name: Upload macOS+iOS XCFramework
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: idevice-xcframework
|
||||
path: swift/bundle.zip
|
||||
|
||||
- name: Upload C examples/tools
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user