From c9929d083ede08c5f5ded49055da4eb902e64476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Oettinghaus?= Date: Mon, 26 Feb 2024 15:16:22 +0100 Subject: [PATCH] Update R-CMD-check.yaml --- .github/workflows/R-CMD-check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 49f78e7..31d5fb0 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: r-lib/actions/setup-r@v2 + - if: runner.os == 'macOS' + run: brew install --cask xquartz - name: Install dependencies run: | install.packages(c("remotes", "rcmdcheck", "downlit"))