From 2b15998ca40729ae0857a6810287f9756add3795 Mon Sep 17 00:00:00 2001 From: Amanda <80774686+amandazimmey@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:42:39 -0600 Subject: [PATCH] Update r.yml updating brew --- .github/workflows/r.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index e59d570..30e18b6 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -54,7 +54,11 @@ jobs: - name: Install system dependencies (macOS) if: matrix.config.os == 'macOS-latest' run: | - brew reinstall pkgconf + brew update + brew doctor + brew install pkg-config + brew unlink pkg-config + brew link pkg-config brew install pandoc - name: Install Pandoc for Windows