Skip to content

Commit

Permalink
Remove iOS and Android framework build scripts
Browse files Browse the repository at this point in the history
Apparently GitHub runners are broken
  • Loading branch information
ianthetechie authored Oct 6, 2023
1 parent fcd159d commit af9b7be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Run tests
run: cargo test --verbose
working-directory: common
- name: Build iOS XCFramework
run: ./build-ios.sh
working-directory: common
- name: Build Android Shared Library
run: ./build-ios.sh
working-directory: common
# - name: Build iOS XCFramework
# run: ./build-ios.sh
# working-directory: common
# - name: Build Android Shared Library
# run: ./build-android.sh
# working-directory: common

0 comments on commit af9b7be

Please sign in to comment.