Skip to content

Commit bd80cfd

Browse files
authored
Update cmake-arm.yml
1 parent 49a2efb commit bd80cfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake-arm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- os: ubuntu-latest
12-
arch: aarch64
11+
- os: self-hosted
12+
arch: arm64
1313
- os: windows-latest
1414
arch: arm64
1515
triplet: arm64-windows
@@ -31,7 +31,6 @@ jobs:
3131
sudo dpkg --add-architecture arm64
3232
sudo apt-get update
3333
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
34-
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
3534
3635
- name: Configure Raylib with CMake for ARM64 on Linux
3736
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)