Skip to content

Commit 3a22e82

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

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
@@ -47,6 +47,7 @@ jobs:
4747
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
4848
run: |
4949
sudo apt-get update
50+
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
5051
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
5152
5253
- name: Configure Raylib with CMake for ARM64 on Linux

0 commit comments

Comments
 (0)