Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
bcallaway11 committed Jan 8, 2025
1 parent 54bb10b commit db81af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
Rscript -e "remotes::install_deps(dependencies = TRUE)"
- name: Install system dependencies (Ubuntu only)
if: runner.os == 'Linux'
run: sudo apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev libfreetype6-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev
run: sudo apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev libfreetype6-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libpng-dev libjpeg-dev libtiff5-dev
- name: Check
run: |
Rscript -e "install.packages('rcmdcheck')"
Expand Down

0 comments on commit db81af7

Please sign in to comment.