Skip to content

Commit

Permalink
ci: specify path when checking out tippecanoe
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Mar 5, 2024
1 parent c04e3bd commit 82026db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ jobs:
uses: actions/checkout@v4
with:
repository: mapbox/tippecanoe
path: tippecanoe

- name: Build tippecanoe
run: |
cd tippecanoe
make -j
make install
cd ..
- name: Build mbtiles
run: |
Expand Down

0 comments on commit 82026db

Please sign in to comment.