Update build action

This commit is contained in:
Balazs Perlaki-Horvath 2024-01-14 20:04:52 +01:00
parent 2e13a4dc02
commit ae4602573b

View File

@ -14,6 +14,9 @@ inputs:
required: true
APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD:
required: true
DOWNLOAD_DEPENDENCIES:
required: true
default: true
DEPLOYMENT_SIGNING_CERTIFICATE:
required: false
DEPLOYMENT_SIGNING_CERTIFICATE_P12_PASSWORD:
@ -96,6 +99,7 @@ runs:
KEYCHAIN_PASSWORD: ${{ inputs.KEYCHAIN_PASSWORD }}
- name: Download dependencies
if: ${{ inputs.DOWNLOAD_DEPENDENCIES }}
shell: bash
run: brew bundle
@ -110,7 +114,6 @@ runs:
shell: bash
run: xcrun xcodebuild -workspace $XC_WORKSPACE -scheme $XC_SCHEME -showBuildSettings
# build is launched up to twice as it's common the build fails, looking for CoreKiwix module
- name: Build with Xcode
env:
FRAMEWORK_SEARCH_PATHS: ${{ env.PWD }}