Build Node bindings on Windows
This commit is contained in:
parent
b2a5fc7812
commit
62858cf9f1
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -18,7 +18,6 @@ env:
|
||||
CCACHE_VERSION: 3.3.1
|
||||
CMAKE_VERSION: 3.21.2
|
||||
ENABLE_NODE_BINDINGS: "ON"
|
||||
ENABLE_APPLE_SILICON: "OFF"
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
@ -27,6 +26,7 @@ jobs:
|
||||
continue-on-error: false
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
ENABLE_APPLE_SILICON: "OFF"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: pip install conan==1.51.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user