Remove specification of Workspace in xcodebuild step.

This commit is contained in:
Dzmitry Neviadomski 2021-04-05 19:08:19 +03:00
parent 3097a84e56
commit 3bb1f1b437

View file

@ -32,7 +32,6 @@ jobs:
- name: Run xcodebuild
run: >
xcodebuild
-workspace Cog.xcodeproj/project.xcworkspace
-scheme Cog
-configuration Debug
-derivedDataPath output