Merge pull request #163 from losnoco/nevack/github_actions_no_signing
Do not use signing capabilities in GitHub Actions build.
This commit is contained in:
commit
8875a36aba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -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 a new issue