Skip to content

Commit 0075d95

Browse files
committed
CI: Point exprtk to release branch
1 parent d7d4f6a commit 0075d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker/alpine-normal/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ RUN --mount=type=cache,id=alpine-normal-spatialite,target=$HOME/.cache \
232232
fi
233233

234234
# Download exprtk
235-
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/master/exprtk.hpp \
235+
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/release/exprtk.hpp \
236236
&& mv exprtk.hpp /usr/include
237237

238238
# Build GDAL

Diff for: docker/ubuntu-full/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ RUN --mount=type=cache,id=ubuntu-full-proj,target=$HOME/.cache \
495495
&& /buildscripts/bh-proj.sh
496496

497497
# Download exprtk
498-
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/master/exprtk.hpp \
498+
RUN curl -LO -fsS https://github.com/ArashPartow/exprtk/raw/refs/heads/release/exprtk.hpp \
499499
&& mv exprtk.hpp /usr/include
500500

501501
# Build GDAL

0 commit comments

Comments
 (0)