Skip to content

Commit 928fef8

Browse files
committed
ci: fix error
1 parent f5fbd84 commit 928fef8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: xcodebuild -showsdks
2222

2323
- name: Build macOS
24-
id: build
2524
run: |
2625
xcodebuild -resolvePackageDependencies \
2726
-project Demo/Demo-macOS/Demo-macOS.xcodeproj \
@@ -36,7 +35,6 @@ jobs:
3635
build
3736
3837
- name: Build iOS
39-
id: build
4038
run: |
4139
xcodebuild -resolvePackageDependencies \
4240
-project Demo/Demo-iOS/Demo-iOS.xcodeproj \

0 commit comments

Comments
 (0)