Skip to content

Commit

Permalink
Correctly install packages and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 30, 2023
1 parent 40cc32d commit 4fcc253
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,18 @@ jobs:

- name: Install packages
run:
choco install ninja
choco install ninja pkgconfiglite

- name: Install python modules
run: pip3 install meson

- name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1
with:
architecture: x64

- name: Install dependences
if: false == startsWith(matrix.target, 'alpine_')
shell: bash
run: |
ARCHIVE_NAME=deps2_windows_native_mixed_libzim.tar.xz
wget -O- http://tmp.kiwix.org/ci/dev_preview/winCI/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
Expand Down

0 comments on commit 4fcc253

Please sign in to comment.