Skip to content

Commit

Permalink
Merge pull request #72 from njtierney/print-gdal-version
Browse files Browse the repository at this point in the history
Add a step to github action to print GDAL version
  • Loading branch information
Aariq authored May 21, 2024
2 parents 4af63c5 + 814ff99 commit 28a0cf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: GDAL version and drivers
shell: Rscript {0}
run: |
terra::gdal()
terra::gdal(drivers = TRUE)
- uses: r-lib/actions/[email protected]
with:
upload-snapshots: true
Expand Down

0 comments on commit 28a0cf5

Please sign in to comment.