From 998cc69bab9ad62e23310fbc00b9cec9e6850b70 Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:45:56 +0100 Subject: [PATCH] Use new version of tippecanoe --- .github/workflows/github-action-tile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action-tile.yaml b/.github/workflows/github-action-tile.yaml index 0ff2683..4381326 100644 --- a/.github/workflows/github-action-tile.yaml +++ b/.github/workflows/github-action-tile.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - name: Install tippecanoe run: | - git clone https://github.com/mapbox/tippecanoe.git + git clone https://github.com/felt/tippecanoe.git cd tippecanoe make -j sudo make install