|
|
|
@ -37,11 +37,10 @@ jobs:
|
|
|
|
id: extract_branch
|
|
|
|
id: extract_branch
|
|
|
|
- name: Checkout code
|
|
|
|
- name: Checkout code
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Install deps
|
|
|
|
- name: Install dependencies
|
|
|
|
shell: bash
|
|
|
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
|
|
|
run: |
|
|
|
|
with:
|
|
|
|
ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_kiwix-tools.tar.xz
|
|
|
|
target_platform: ${{ matrix.target }}
|
|
|
|
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
|
|
|
|
|
|
|
|
- name: Compile
|
|
|
|
- name: Compile
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
|