From 9fe02a3b18a551dcd2c267320e7e050f93ad5f5d Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 18 Feb 2024 04:47:25 -0800 Subject: [PATCH] Pin pkgconf v2.1.0 pkgconf v2.1.1 has a regression with producing the right link order for abseil (https://github.com/pkgconf/pkgconf/issues/343). Pin the version to v2.1.0 until that is resolved. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9dd308a..66f1bbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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