Skip to content

Commit d7d4f6a

Browse files
authored
Merge pull request OSGeo#11712 from dbaston/ci-exprtk-github
CI: Download exprtk from GitHub
2 parents a9854d1 + 00dadbb commit d7d4f6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ubuntu_20.04/Dockerfile.ci

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,7 @@ RUN if test "${OPENDRIVE_VERSION}" != ""; then ( \
276276
); fi
277277

278278
# Install exprtk
279-
RUN wget -q https://www.partow.net/downloads/exprtk.zip && \
280-
unzip -j -d /usr/local/include exprtk.zip exprtk/exprtk.hpp && \
281-
rm exprtk.zip
279+
RUN wget -q -P /usr/local/include https://raw.githubusercontent.com/ArashPartow/exprtk/refs/heads/master/exprtk.hpp
282280

283281
RUN ldconfig
284282

0 commit comments

Comments
 (0)