Skip to content

Commit 7ab931a

Browse files
committed
fml
1 parent 3f260ff commit 7ab931a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/iOS.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- name: Compile RA
2121
run: |
2222
set -o pipefail
23-
xcodebuild -project pkg/apple/RetroArch_iOS13.xcodeproj -destination generic/platform=iOS -config Release -scheme "RetroArch iOS Release" -xcconfig pkg/apple/GitHubCI.xcconfig -allowProvisioningUpdates -derivedDataPath build
23+
xcodebuild -project pkg/apple/RetroArch_iOS13.xcodeproj -destination generic/platform=iOS -config Release \
24+
-scheme "RetroArch iOS Release" -xcconfig pkg/apple/GitHubCI.xcconfig \
25+
CODE_SIGNING_ALLOWED=NO \ CODE_SIGNING_REQUIRED=NO \ CODE_SIGN_IDENTITY="" \ PROVISIONING_PROFILE_SPECIFIER="" \
26+
-derivedDataPath build
2427
2528
- name: Get short SHA
2629
id: slug

0 commit comments

Comments
 (0)