Skip to content

Commit

Permalink
[TOUPDATE] Use new version of github actions
Browse files Browse the repository at this point in the history
Revert to `main` branch once kiwix-build `build_dir` branch is merge.
Keep deletion of `os_name`.
  • Loading branch information
mgautierfr committed Apr 8, 2024
1 parent 91d96a4 commit 35897c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
run: pip3 install meson pytest

- 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
Expand Down Expand Up @@ -191,7 +190,7 @@ jobs:
steps:
- name: Install dependencies
if: ${{ !contains(matrix.target, 'musl') }}
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
uses: kiwix/kiwix-build/actions/dl_deps_archive@build_dir
with:
target_platform: ${{ matrix.target }}

Expand Down

0 comments on commit 35897c4

Please sign in to comment.