From 90e6c4b4ce30a34bbfa05da03952859a75e77f2b Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 26 Aug 2022 12:56:20 +0200 Subject: [PATCH] Build Node bindings on Windows --- .github/workflows/osrm-backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 00a86946d..10180cb85 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -36,6 +36,7 @@ jobs: - run: npm --version - run: npm ci --ignore-scripts - run: node -e "require('nan')" + - run: ls node_modules/nan - uses: microsoft/setup-msbuild@v1.1 - name: Build run: |