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