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
|
||||
run: >
|
||||
xcodebuild
|
||||
-workspace Cog.xcodeproj/project.xcworkspace
|
||||
-scheme Cog
|
||||
-configuration Debug
|
||||
-derivedDataPath output
|
||||
|
|
Loading…
Reference in a new issue