Skip to content

Commit

Permalink
ci: run make install with sudo priviledges
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Mar 5, 2024
1 parent 82026db commit 33776a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
run: |
cd tippecanoe
make -j
make install
cd ..
sudo make install
- name: Build mbtiles
- name: Bake tiles
run: |
tippecanoe -Z3 -z14 -f -r1 -pk -pf -y id -y openaip_id -y name -y reign -y elevation -y runway_rotation -y lng -y lat -J airport_filter.json -o airport.mbtiles airport.geojson
Expand Down

0 comments on commit 33776a8

Please sign in to comment.