Skip to content

Commit

Permalink
CI: Download exprtk from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Jan 24, 2025
1 parent 4ac60a5 commit 00dadbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ubuntu_20.04/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,7 @@ RUN if test "${OPENDRIVE_VERSION}" != ""; then ( \
); fi

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

RUN ldconfig

Expand Down

0 comments on commit 00dadbb

Please sign in to comment.