Skip to content

Commit

Permalink
print gdal version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed May 17, 2024
1 parent 4af63c5 commit 3f17242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: GDAL version
run: gdalinfo --version

- uses: r-lib/actions/[email protected]
with:
upload-snapshots: true
Expand Down

0 comments on commit 3f17242

Please sign in to comment.