We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238af23 commit f3a3040Copy full SHA for f3a3040
2 files changed
.github/workflows/build_windows.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
repository: "MerginMaps/geodiff"
18
# latest: true
19
- tag: "2.1.0"
+ tag: "2.2.0"
20
fileName: "geodiff.exe.zip"
21
zipBall: false
22
out-file-path: "scripts/windows_binaries"
Dockerfile
@@ -29,7 +29,7 @@ COPY requirements.txt /tmp/
29
RUN pip install -r /tmp/requirements.txt
30
31
# 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
+RUN git clone --branch 2.2.0 https://github.com/merginmaps/geodiff.git
33
RUN cd geodiff && mkdir build && cd build && \
34
cmake -DWITH_POSTGRESQL=TRUE ../geodiff && \
35
make
0 commit comments