Skip to content

Commit

Permalink
libnetcdf-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Oct 14, 2023
1 parent 1c27374 commit 9d7d058
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3


- name: Install system dependencies
if: startsWith(runner.os, 'Linux')
run: |
sudo apt-get update
sudo apt-get install -y libnetcdf-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/shiny-deploy.yaml
Expand Up @@ -16,6 +16,11 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libnetcdf-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit 9d7d058

Please sign in to comment.