Skip to content

Commit

Permalink
troubleshoot action
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Apr 18, 2024
1 parent e974c47 commit e340d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
use-public-rspm: true

#Install dependencies
#Install dependencies on Linux
- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y make libsodium-dev libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev libmysqlclient-dev libpq-dev zlib1g-dev make libjq-dev libsecret-1-dev libnetcdf-dev libpng-dev libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev libudunits2-dev
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit e340d08

Please sign in to comment.