From 7f1016973e1e0170c76d4430887770f14e2bf87f Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 15 Oct 2022 13:47:09 +0200 Subject: [PATCH] Attempt to cross-compile for arm64 Linux --- .github/workflows/osrm-backend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index d633cad0e..7152e4ecd 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -37,7 +37,8 @@ jobs: run: | apt-get update -y && apt-get install -y python3-pip pip3 install conan==1.53.0 - + apt-get update -y && apt-get install -y npm + npm install --ignore-scripts npm link --ignore-scripts