Skip to content

Commit 3eb84b3

Browse files
committed
in macOS, install JPEG
1 parent 393223d commit 3eb84b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/standard-ci-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
use-public-rspm: true
4242
extra-repositories: https://bedapub.r-universe.dev
4343

44+
- name: Install system dependencies (macOS)
45+
if: runner.os == 'macOS'
46+
run: brew install jpeg
47+
4448
- uses: r-lib/actions/setup-r-dependencies@v2
4549
with:
4650
extra-packages: any::rcmdcheck, any::testthat, any::Vennerable, any::ribiosArg

0 commit comments

Comments
 (0)