Skip to content

Commit

Permalink
[TOUPDATE] Use new version of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 8, 2024
1 parent 9b2b3d8 commit 6d55d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pip3 install meson==0.49.2 pytest

- 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: macos-x86_64-dyn

Expand Down Expand Up @@ -100,7 +100,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
Expand Down

0 comments on commit 6d55d7e

Please sign in to comment.