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
|
||||
|
||||
- name: Install dependencies
|
||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@build_dir
|
||||
with:
|
||||
os_name: macos
|
||||
target_platform: ${{ matrix.target }}
|
||||
|
||||
- name: Compile
|
||||
|
@ -129,7 +128,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@build_dir
|
||||
with:
|
||||
target_platform: ${{ matrix.target }}
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in New Issue