mirror of https://github.com/kiwix/libkiwix.git
New version of dl_deps_archive action doesn't need os_name.
This commit is contained in:
parent
f0927fec49
commit
21e3c5c19f
|
@ -48,7 +48,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
|
||||||
with:
|
with:
|
||||||
os_name: macos
|
|
||||||
target_platform: ${{ matrix.target }}
|
target_platform: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Reference in New Issue