mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-22 20:00:17 -07:00
Update combine-tilefy.yml
This commit is contained in:
parent
6d0cb29dcd
commit
49ce0f5911
1 changed files with 3 additions and 4 deletions
7
.github/workflows/combine-tilefy.yml
vendored
7
.github/workflows/combine-tilefy.yml
vendored
|
@ -33,10 +33,9 @@ jobs:
|
|||
run: poetry install
|
||||
- name: Install GDAL/ogr2ogr
|
||||
run: |
|
||||
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
|
||||
sudo apt-get update
|
||||
sudo apt-get install gdal-bin libgdal-dev
|
||||
pip install GDAL==3.2.3
|
||||
sudo add-apt-repository ppa:ubuntugis/ppa
|
||||
sudo apt-get -y install gdal-bin
|
||||
ogrinfo --version
|
||||
- name: Set timezone for tippecanoe
|
||||
uses: szenius/set-timezone@v1.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue