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 393223d commit 3eb84b3Copy full SHA for 3eb84b3
1 file changed
.github/workflows/standard-ci-workflow.yml
@@ -41,6 +41,10 @@ jobs:
41
use-public-rspm: true
42
extra-repositories: https://bedapub.r-universe.dev
43
44
+ - name: Install system dependencies (macOS)
45
+ if: runner.os == 'macOS'
46
+ run: brew install jpeg
47
+
48
- uses: r-lib/actions/setup-r-dependencies@v2
49
with:
50
extra-packages: any::rcmdcheck, any::testthat, any::Vennerable, any::ribiosArg
0 commit comments