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: >
|
run: >
|
||||||
xcodebuild
|
xcodebuild
|
||||||
-quiet
|
-quiet
|
||||||
|
-project Cog.xcodeproj
|
||||||
-scheme Cog
|
-scheme Cog
|
||||||
-configuration Debug
|
-configuration Debug
|
||||||
|
-destination 'platform=macOS,arch=x86_64'
|
||||||
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
build
|
build
|
||||||
|
|
Loading…
Reference in New Issue