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.
2 parents a9854d1 + 00dadbb commit d7d4f6aCopy full SHA for d7d4f6a
.github/workflows/ubuntu_20.04/Dockerfile.ci
@@ -276,9 +276,7 @@ RUN if test "${OPENDRIVE_VERSION}" != ""; then ( \
276
); fi
277
278
# 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
+RUN wget -q -P /usr/local/include https://raw.githubusercontent.com/ArashPartow/exprtk/refs/heads/master/exprtk.hpp
282
283
RUN ldconfig
284
0 commit comments