Skip to content

Commit 8f2f5a0

Browse files
fix : fixes ci with the upgrade on the dependecies
1 parent c6c09bd commit 8f2f5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
- name: Install gdal
2121
run: |
22-
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
22+
sudo apt-add-repository ppa:ubuntugis/ubuntugis-stable
2323
sudo apt-get update
24+
sudo apt-get install -y osmium-tool
2425
sudo apt-get install libgdal-dev osmctools gdal-bin libspatialindex-dev
2526
2627
- name: Install Dependencies

0 commit comments

Comments
 (0)