From 25f3f0fb8bb7d1bac1e7fcb639dbe8faac7a2565 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 19 Sep 2022 17:36:40 +0200 Subject: [PATCH] Build Node bindings on Windows --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 454d0aea1..7daa6b2e9 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -51,7 +51,7 @@ jobs: shell: bash run: | ./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm - node test/nodejs/index.js | faucet + node test/nodejs/index.js - name: Build Node package shell: bash run: ./scripts/ci/node_package.sh