Attempt to cross-compile for arm64 Linux
This commit is contained in:
parent
a8af28d381
commit
41e36a75ae
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
apt-get update -y && apt-get install -y python3 nodejs cmake build-essential
|
apt-get update -y && apt-get install -y python3 nodejs cmake build-essential
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
python3 -m ensurepip --upgrade
|
apt-get update -y && apt-get install -y python3-pip
|
||||||
python3 -m pip install conan==1.53.0
|
pip3 install conan==1.53.0
|
||||||
|
|
||||||
npm install --ignore-scripts
|
npm install --ignore-scripts
|
||||||
npm link --ignore-scripts
|
npm link --ignore-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user