From 528b44d8528762a6b9feff01bf24619979649774 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Wed, 20 Nov 2024 16:58:10 +0100 Subject: [PATCH 1/3] WIP --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c9afe9654..1a75646173 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,6 +101,7 @@ jobs: if: runner.os == 'Macos' run: | brew update + brew unlink pkg-config@0.29.2 brew upgrade brew install pkgconf # work around https://github.com/actions/runner-images/issues/10984 From 4b31c9433382d600020e21ea21ddcb940e7c49c5 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Mon, 25 Nov 2024 15:27:51 +0100 Subject: [PATCH 2/3] WIP --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a75646173..c96903fa54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,8 +101,8 @@ jobs: if: runner.os == 'Macos' run: | brew update - brew unlink pkg-config@0.29.2 brew upgrade + brew unlink pkg-config@0.29.2 | true brew install pkgconf # work around https://github.com/actions/runner-images/issues/10984 From a1da0fb0159035a6af882af9cb5affa6a6f9705b Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Mon, 25 Nov 2024 15:32:36 +0100 Subject: [PATCH 3/3] WIP --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c96903fa54..eeab8020b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: run: | brew update brew upgrade - brew unlink pkg-config@0.29.2 | true + brew unlink pkg-config@0.29.2 brew install pkgconf # work around https://github.com/actions/runner-images/issues/10984