From c15d7162139232ef1d487b8a5f48dcef58646fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Thu, 21 Nov 2024 20:34:49 +0200 Subject: [PATCH] github/workflows: test --- .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 933d54d2141b6..b02b65ae984a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,7 +235,7 @@ jobs: - name: Unlink pkg-config if the CI runner happens to have it already installed run: | - brew list --versions pkg-config > /dev/null && brew unlink pkg-config + brew list --versions pkg-config && brew unlink pkg-config || : - name: Change Xcode version if: ${{ matrix.xcode != '' }}