From 09ec4693371c71575cb14767830a3c0272d7a9bd Mon Sep 17 00:00:00 2001 From: Hugh Carson Date: Fri, 22 Nov 2024 10:03:43 -0800 Subject: [PATCH] Force link of pkgconf to new version --- .github/workflows/build-and-test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index d0392e152..8f7f5d731 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: | - brew install pkg-config + brew install pkg-config --force - uses: julia-actions/setup-julia@v2 with: