Skip to content

Commit 4fafe1d

Browse files
authored
Fix Install Package CI Pipeline for Mapnik >= 4 (openstreetmap#484)
1 parent 1c0018e commit 4fafe1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install-package-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
mkdir -p /usr/share/renderd
4848
cp -av utils/example-map /usr/share/renderd/
4949
cp -av etc/apache2/renderd-example-map.conf /etc/apache2/sites-available/renderd-example-map.conf
50+
MAPNIK_INPUT=$(find /usr -type d -name input | grep mapnik)
51+
sed -i "s#/usr/lib/mapnik/3.1/input#${MAPNIK_INPUT}#g" /etc/renderd.conf
5052
printf '
5153
[example-map]
5254
URI=/tiles/renderd-example

0 commit comments

Comments
 (0)