Attempt to cross-compile for arm64 Linux
This commit is contained in:
parent
681169cd22
commit
099bfca60b
4
.github/workflows/osrm-backend.yml
vendored
4
.github/workflows/osrm-backend.yml
vendored
@ -32,10 +32,10 @@ jobs:
|
|||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
install: |
|
install: |
|
||||||
apt-get update -y && apt-get install -y python3 nodejs
|
apt-get update -y && apt-get install -y python3 nodejs cmake clang clang++
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
pip install conan==1.53.0
|
python3 -m pip 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