mirror of https://github.com/kiwix/libkiwix.git
[TOUPDATE] Use new version of github actions
This commit is contained in:
parent
191531ae66
commit
88adbb105f
|
@ -46,9 +46,8 @@ jobs:
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@build_dir
|
||||||
with:
|
with:
|
||||||
os_name: macos
|
|
||||||
target_platform: ${{ matrix.target }}
|
target_platform: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
@ -129,7 +128,7 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@build_dir
|
||||||
with:
|
with:
|
||||||
target_platform: ${{ matrix.target }}
|
target_platform: ${{ matrix.target }}
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Reference in New Issue