From 62858cf9f15bf5d5e4c2984c57ee011f587e2ae1 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 19 Sep 2022 21:54:03 +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 5b240cb16..663bdd6ea 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -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