Skip to content

Commit c939fb3

Browse files
committed
Fix migrate-room workflow
1 parent b8b8469 commit c939fb3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/migrate-room.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Run xcodebuild
6161
uses: mxcl/xcodebuild@v3
6262
with:
63-
scheme: KMPGetStartedCodelab
63+
xcode: ^16
64+
scheme: Fruitties
6465
platform: iOS
66+
action: build
6567
working-directory: ${{ env.SAMPLE_PATH }}/iosApp

0 commit comments

Comments
 (0)