Merge pull request #163 from losnoco/nevack/github_actions_no_signing
Do not use signing capabilities in GitHub Actions build.CQTexperiment
commit
8875a36aba
|
@ -23,8 +23,10 @@ jobs:
|
|||
run: >
|
||||
xcodebuild
|
||||
-quiet
|
||||
-project Cog.xcodeproj
|
||||
-scheme Cog
|
||||
-configuration Debug
|
||||
-destination 'platform=macOS,arch=x86_64'
|
||||
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
||||
CODE_SIGNING_ALLOWED=NO
|
||||
build
|
||||
|
|
Loading…
Reference in New Issue