From 3e68237e03b4396e4ba3fb3c9959c2fab2487934 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 22 Aug 2023 20:29:21 +0200 Subject: [PATCH] Fix CI --- .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 81aa343e3..948334851 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -536,7 +536,7 @@ jobs: make --jobs=${JOBS} popd - name: Install osrm-routed-js dependencies - if: ${{ matrix.node != 12 && matrix.ENABLE_APPLE_SILICON != 'ON' }} + if: ${{ matrix.node != 12 && matrix.ENABLE_APPLE_SILICON != 'ON' && matrix.TARGET_ARCH != 'i686' }} run: cd routed-js && npm ci && npm link && osrm-routed-js --version - name: Run all tests if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' && matrix.ENABLE_APPLE_SILICON != 'ON' }}