Skip to content

Commit

Permalink
Use pykg-config on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 5, 2023
1 parent 3eecf4e commit 1bd8c94
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 @@ -82,10 +82,10 @@ jobs:

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

- name: Install python modules
run: pip3 install meson
run: pip3 install meson pykg-config

- name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1
Expand Down

0 comments on commit 1bd8c94

Please sign in to comment.