From 968004ed4459616a5f968473c9ae7129426f3858 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 15 Oct 2022 13:35:42 +0200 Subject: [PATCH] Attempt to cross-compile for arm64 Linux --- .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 683784b88..e424b160e 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -32,7 +32,7 @@ jobs: distro: ubuntu20.04 githubToken: ${{ github.token }} install: | - apt-get update -y && apt-get install -y python3 nodejs cmake clang clang++ + apt-get update -y && apt-get install -y python3 nodejs cmake build-essential run: | python3 -m pip install conan==1.53.0