Skip to content

Commit

Permalink
-Fix brew install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 30, 2024
1 parent 1c0fee9 commit 2a83b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
run: echo "RGL_USE_NULL=TRUE" >> $GITHUB_ENV
- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew cask install xquartz
run: brew install --cask xquartz
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 2a83b58

Please sign in to comment.