Skip to content

Commit

Permalink
More pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalaniz committed Jun 22, 2024
1 parent e0b1aea commit dbfac2b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/lightsaber-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- uses: ./.github/actions/setup-lightsaber-ci

- name: Build Shared
# TODO Understand why compileIosMainKotlinMetadata fails every time
run: ./gradlew shared:assemble -x compileIosMainKotlinMetadata
run: ./gradlew shared:assemble

build-androidApp:
runs-on: macos-14
Expand Down Expand Up @@ -77,9 +76,11 @@ jobs:
- name: Shared Pod Install
run: ./gradlew podInstall

- name: Link Pod Debug Framework for the Simulator
if: matrix.configuration == 'Debug' && matrix.target == 'iphonesimulator'
run: ./gradlew linkPodDebugFrameworkIosSimulatorArm64
- name: iosApp Pod Install
run: |
cd iosApp
pod install
cd -
- name: Build iOS App
env:
Expand Down

0 comments on commit dbfac2b

Please sign in to comment.