From 391e85bfbe71b81629c727947a19d9aa7b867cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 24 Nov 2024 09:11:22 +0100 Subject: [PATCH] ci: Fix macOS (#16) --- .github/workflows/install/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index bb42f186..59673d9c 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -75,6 +75,12 @@ runs: echo "_R_CHECK_CRAN_INCOMING_USE_ASPELL_=true" | tee -a $GITHUB_ENV shell: bash + - name: Remove pkg-config@0.29.2 + if: runner.os == 'macOS' + run: | + brew uninstall pkg-config@0.29.2 + shell: bash + - uses: r-lib/actions/setup-pandoc@v2 - uses: r-lib/actions/setup-r@v2