We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734e7ea commit c83cf4bCopy full SHA for c83cf4b
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Install ogr2ogr
25
run: |
26
- sudo apt-get -y install gdal-bin
+ sudo apt-get -y install gdal-bin=3.6.4
27
which ogr2ogr
28
29
- name: Build and test
0 commit comments