From 1795be6cb4b1498b4940f915f71b1459b5e71d2e Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Tue, 2 Nov 2021 15:23:17 -0400 Subject: [PATCH] tz --- .github/workflows/combine-tilefy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/combine-tilefy.yml b/.github/workflows/combine-tilefy.yml index 0fd37cee..a39478a5 100644 --- a/.github/workflows/combine-tilefy.yml +++ b/.github/workflows/combine-tilefy.yml @@ -37,6 +37,10 @@ jobs: sudo apt-get update sudo apt-get install gdal-bin libgdal-dev pip install GDAL==3.2.3 + - name: Set timezone for tippecanoe + uses: szenius/set-timezone@v1.0 + with: + timezoneLinux: "America/Los_Angeles" - name: Get tippecanoe run: | sudo apt-get install -y software-properties-common libsqlite3-dev zlib1g-dev @@ -46,11 +50,7 @@ jobs: - name: Make tippecanoe working-directory: /tmp/tippecanoe-src run: | - sudo /usr/bin/bash -c make - - name: Make install tippecanoe - working-directory: /tmp/tippecanoe-src - run: | - sudo /usr/bin/bash -c make install + sudo /usr/bin/bash -c make && make install tippecanoe -v - name: Run Scripts run: |