Skip to content

Commit

Permalink
ci: install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 12, 2024
1 parent 7667e85 commit 791d568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:

- name: Install dependencies
run: |
C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-fftw"
C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-fftw mingw-w64-x86_64-pkgconf"
echo "c:\msys64\mingw64\bin;" >> $env:GITHUB_PATH
- name: Which cmake
run: which cmake

- name: pkg-config path
run: echo $PKG_CONFIG_PATH

- name: Which pkg-config
run: which pkg-config

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 791d568

Please sign in to comment.