Skip to content

Commit dcc911c

Browse files
authored
Update cmake-multi-platform.yml
1 parent 3a22e82 commit dcc911c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Install Cross-Compilation Tools for ARM64
4747
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
4848
run: |
49+
sudo dpkg --add-architecture arm64
4950
sudo apt-get update
5051
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
5152
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

0 commit comments

Comments
 (0)