Update combine-tilefy.yml

This commit is contained in:
Jorge Escobar 2021-11-30 15:03:07 -05:00 committed by GitHub
commit 49ce0f5911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,10 +33,9 @@ jobs:
run: poetry install run: poetry install
- name: Install GDAL/ogr2ogr - name: Install GDAL/ogr2ogr
run: | run: |
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update sudo apt-get -y install gdal-bin
sudo apt-get install gdal-bin libgdal-dev ogrinfo --version
pip install GDAL==3.2.3
- name: Set timezone for tippecanoe - name: Set timezone for tippecanoe
uses: szenius/set-timezone@v1.0 uses: szenius/set-timezone@v1.0
with: with: