Remove specification of Workspace in xcodebuild step.
This commit is contained in:
parent
3097a84e56
commit
3bb1f1b437
1 changed files with 0 additions and 1 deletions
1
.github/workflows/debug.yml
vendored
1
.github/workflows/debug.yml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
||||||
- name: Run xcodebuild
|
- name: Run xcodebuild
|
||||||
run: >
|
run: >
|
||||||
xcodebuild
|
xcodebuild
|
||||||
-workspace Cog.xcodeproj/project.xcworkspace
|
|
||||||
-scheme Cog
|
-scheme Cog
|
||||||
-configuration Debug
|
-configuration Debug
|
||||||
-derivedDataPath output
|
-derivedDataPath output
|
||||||
|
|
Loading…
Reference in a new issue