We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c09bd commit 8f2f5a0Copy full SHA for 8f2f5a0
.github/workflows/ci.yaml
@@ -19,8 +19,9 @@ jobs:
19
20
- name: Install gdal
21
run: |
22
- sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
+ sudo apt-add-repository ppa:ubuntugis/ubuntugis-stable
23
sudo apt-get update
24
+ sudo apt-get install -y osmium-tool
25
sudo apt-get install libgdal-dev osmctools gdal-bin libspatialindex-dev
26
27
- name: Install Dependencies
0 commit comments