Skip to content

Commit c127194

Browse files
wip
1 parent a463bbb commit c127194

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
echo PUBLISH=$([[ "${GITHUB_REF:-}" == "refs/tags/v${PACKAGE_JSON_VERSION}" ]] && echo "On" || echo "Off") >> $GITHUB_ENV
4545
- run: npm install --ignore-scripts
4646
- run: npm link --ignore-scripts
47+
- name: Install zlib
48+
run: |
49+
choco install zlib
4750
- name: Build
4851
shell: bash
4952
run: |

conanfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ class OsrmConan(ConanFile):
88
"bzip2/1.0.8",
99
"expat/2.6.2",
1010
"lua/5.4.6",
11-
"onetbb/2021.12.0",
12-
"zlib/1.3.1"
11+
"onetbb/2021.12.0"
1312
)
1413
generators = "CMakeDeps"
1514

0 commit comments

Comments
 (0)