Skip to content

Commit f3a3040

Browse files
committed
Switch to geodiff 2.2.0 (has fixed windows build)
1 parent 238af23 commit f3a3040

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
repository: "MerginMaps/geodiff"
1818
# latest: true
19-
tag: "2.1.0"
19+
tag: "2.2.0"
2020
fileName: "geodiff.exe.zip"
2121
zipBall: false
2222
out-file-path: "scripts/windows_binaries"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY requirements.txt /tmp/
2929
RUN pip install -r /tmp/requirements.txt
3030

3131
# geodiff is needed with PostgreSQL support - we have to compile it
32-
RUN git clone --branch 2.1.0 https://github.com/merginmaps/geodiff.git
32+
RUN git clone --branch 2.2.0 https://github.com/merginmaps/geodiff.git
3333
RUN cd geodiff && mkdir build && cd build && \
3434
cmake -DWITH_POSTGRESQL=TRUE ../geodiff && \
3535
make

0 commit comments

Comments
 (0)