Update CI build step

This commit is contained in:
Balazs Perlaki-Horvath 2023-12-29 19:35:40 +01:00
parent fe1ca3cd56
commit 78f1ccc620

View File

@ -97,11 +97,9 @@ runs:
KEYCHAIN: ${{ inputs.KEYCHAIN }}
KEYCHAIN_PASSWORD: ${{ inputs.KEYCHAIN_PASSWORD }}
- name: Download CoreKiwix.xcframework
env:
XCF_URL: https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-${{ inputs.libkiwix-version }}.tar.gz
- name: Download dependencies
shell: bash
run: curl -L -o - $XCF_URL | tar -x --strip-components 2
run: brew bundle
- name: Prepare Xcode
shell: bash