Skip to content

Commit

Permalink
libudunits2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Oct 14, 2023
1 parent 9d7d058 commit 28b2899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: startsWith(runner.os, 'Linux')
run: |
sudo apt-get update
sudo apt-get install -y libnetcdf-dev
sudo apt-get install -y libnetcdf-dev libudunits2-dev
- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shiny-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libnetcdf-dev
sudo apt-get install -y libnetcdf-dev libudunits2-dev
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 28b2899

Please sign in to comment.