Skip to content

Commit

Permalink
Update R-CMD-check.yaml: add jpeg for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber authored Jun 18, 2024
1 parent b1006a0 commit 1ea9813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install libraries for macOS
if: runner.os == 'macOS'
run: |
brew install udunits xquartz gdal proj geos
brew install udunits xquartz gdal proj geos jpeg
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 1ea9813

Please sign in to comment.