Skip to content

Commit

Permalink
check ogr2ogr version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 5, 2020
1 parent 4389312 commit ac9e54b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- uses: actions/checkout@v2

- name: Install gdal
run: sudo apt-get install gdal-bin
run: |
sudo apt-get install gdal-bin
ogr2ogr --version
- name: Cache EGP downloads
uses: actions/cache@v1
Expand Down

0 comments on commit ac9e54b

Please sign in to comment.