From b3ab57a70f4c29cb5f43ae1574e9528ecb90c71e Mon Sep 17 00:00:00 2001 From: Amanda <80774686+amandazimmey@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:53:35 -0600 Subject: [PATCH] Update r.yml removing some brew dependencies --- .github/workflows/r.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 30e18b6..7f55df3 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -54,11 +54,9 @@ jobs: - name: Install system dependencies (macOS) if: matrix.config.os == 'macOS-latest' run: | - brew update - brew doctor - brew install pkg-config brew unlink pkg-config brew link pkg-config + brew install pkg-config brew install pandoc - name: Install Pandoc for Windows