Skip to content

Commit a3b7413

Browse files
committed
ci(macos): example app scheme
1 parent 22b9d25 commit a3b7413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
working-directory: example/macos
2626
- name: Build macOS test app
2727
run: |
28-
xcodebuild -workspace WebviewExample.xcworkspace -scheme WebviewExample CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
28+
xcodebuild -workspace WebviewExample.xcworkspace CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
2929
working-directory: example/macos
3030
timeout-minutes: 60

0 commit comments

Comments
 (0)