Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/kwb-r/kwb.dwd into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Mar 13, 2023
2 parents 8c21077 + d35e3f7 commit c175612
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ jobs:

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

- name: Install spatial dependencies
if: runner.os != 'Windows'
- name: Install spatial dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install gdal proj
- name: Install spatial dependencies on Linux
if: runner.os == 'Linux'
run: |
sudo apt-get install gdal-bin
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit c175612

Please sign in to comment.