We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c491801 commit 2389828Copy full SHA for 2389828
.github/workflows/R-CMD-check.yaml
@@ -78,7 +78,7 @@ jobs:
78
if: runner.os == 'macOS'
79
run: |
80
# XQuartz is needed by vdiffr
81
- brew cask install xquartz
+ brew install --cask xquartz
82
83
# Use only binary packages
84
echo 'options(pkgType = "binary")' >> ~/.Rprofile
.github/workflows/test-coverage.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install system dependencies on macOS
42
43
44
45
46
- name: Install dependencies
47
0 commit comments