Attempt to cross-compile for arm64 Linux

This commit is contained in:
Siarhei Fedartsou 2022-10-15 13:35:42 +02:00
parent 099bfca60b
commit 968004ed44

View File

@ -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