From 78f1ccc620f91b3a8976e95c34ced09a3d2039ee Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 29 Dec 2023 19:35:40 +0100 Subject: [PATCH] Update CI build step --- .github/actions/xcbuild/action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/xcbuild/action.yml b/.github/actions/xcbuild/action.yml index 363a54ea..712e97a0 100644 --- a/.github/actions/xcbuild/action.yml +++ b/.github/actions/xcbuild/action.yml @@ -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