We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a22e82 commit dcc911cCopy full SHA for dcc911c
.github/workflows/cmake-multi-platform.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Install Cross-Compilation Tools for ARM64
47
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
48
run: |
49
+ sudo dpkg --add-architecture arm64
50
sudo apt-get update
51
sudo apt-get install -y libasound2-dev:arm64 libx11-dev:arm64 libxrandr-dev:arm64 libxi-dev:arm64 libgl1-mesa-dev:arm64 libglu1-mesa-dev:arm64 libxcursor-dev:arm64 libxinerama-dev:arm64 libwayland-dev:arm64 libxkbcommon-dev:arm64
52
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
0 commit comments