New version of dl_deps_archive action doesn't need os_name.

This commit is contained in:
Matthieu Gautier 2024-04-08 15:47:24 +02:00
parent f0927fec49
commit 21e3c5c19f
1 changed files with 0 additions and 1 deletions

View File

@ -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