Skip to content

Commit

Permalink
Update lightsaber-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalaniz committed Jun 25, 2024
1 parent 10bbaae commit d3d58bc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/lightsaber-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,24 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: View build directory
run: |
ls -ltra ./shared/build/compose
ls -ltra ./shared/build/compose/cocoapods
ls -ltra ./shared/build/compose/cocoapods/compose-resources
# Generate dummy framework to ensure that compose-resources are copied.
# See https://github.com/JetBrains/compose-multiplatform/issues/5011
- name: Generate dummy framework
run: |
mkdir -p ./shared/build/compose/ios/shared/compose-resources;
./gradlew generateDummyFramework;
mkdir -p ./shared/build/compose/cocoapods/compose-resources
./gradlew generateDummyFramework
- name: View build directory again
run: |
ls -ltra ./shared/build/compose
ls -ltra ./shared/build/compose/cocoapods
ls -ltra ./shared/build/compose/cocoapods/compose-resources
- name: Shared Pod Install
run: ./gradlew podInstall
Expand Down

0 comments on commit d3d58bc

Please sign in to comment.