Skip to content

Commit

Permalink
ci: Show current pkg-config version
Browse files Browse the repository at this point in the history
This would be helpful to isolate why Windows 2022 builds
seem to work without upgrading pkgconf.
  • Loading branch information
stanhu committed Dec 1, 2023
1 parent bafdc18 commit 6ed235a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
with:
name: cruby-gem
path: gems
- name: Show pkg-config version
run: pkg-config --version
- name: Update pkgconf
run: pacman -Sy --noconfirm mingw64/mingw-w64-x86_64-pkgconf
if: matrix.requires-pkgconf-upgrade
Expand Down

0 comments on commit 6ed235a

Please sign in to comment.