mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 21:39:37 -04:00
Update CI build step
This commit is contained in:
parent
fe1ca3cd56
commit
78f1ccc620
6
.github/actions/xcbuild/action.yml
vendored
6
.github/actions/xcbuild/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user