Skip to content

Commit

Permalink
Pin pkgconf v2.1.0
Browse files Browse the repository at this point in the history
pkgconf v2.1.1 has a regression with producing the right link order
for abseil (pkgconf/pkgconf#343). Pin
the version to v2.1.0 until that is resolved.
  • Loading branch information
stanhu committed Feb 18, 2024
1 parent 34a9d06 commit 9fe02a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ jobs:
with:
name: cruby-gem
path: gems
- name: Download pkgconf 2.1.0
run: curl -O https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst
- name: Install pkgconf 2.1.0
run: pacman -S mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst
- name: Show pkg-config version
run: pkg-config --version
- run: ./scripts/test-gem-install gems
Expand Down

0 comments on commit 9fe02a3

Please sign in to comment.