Skip to content

Commit

Permalink
Delete kmm module build job
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Sep 18, 2022
1 parent 189e50b commit 6aab585
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/iOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-kmm-module:
build-ios:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
Expand All @@ -31,16 +31,6 @@ jobs:
with:
name: XCFrameworks
path: app-ios-combined/build/XCFrameworks/debug/appioscombined.xcframework/
build-ios:
needs: build-kmm-module
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Download xcframeworks
uses: actions/download-artifact@v3
with:
name: XCFrameworks
path: app-ios-combined/build/XCFrameworks/debug/appioscombined.xcframework
- name: Build Modules that includes plugin (Workaround for Xcode 13.x)
working-directory: app-ios
run: |
Expand Down

0 comments on commit 6aab585

Please sign in to comment.