mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-24 04:38:39 -04:00
[TOUPDATE] Use new version of github actions
This commit is contained in:
parent
191531ae66
commit
88adbb105f
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user