Skip to content

Commit af4c4b2

Browse files
authored
Update cmake-arm.yml
1 parent 8a98a57 commit af4c4b2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/cmake-arm.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
submodules: true
2525

2626
- name: Install Dependencies on Ubuntu
27-
if: matrix.os == 'ubuntu-latest'
2827
run: |
2928
sudo apt-get update
3029
sudo apt-get install -y build-essential cmake libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev
@@ -33,16 +32,9 @@ jobs:
3332
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
3433
3534
- name: Configure Raylib with CMake for ARM64 on Linux
36-
if: matrix.os == 'ubuntu-latest'
3735
run: |
3836
cd raylib
39-
cmake -S ./ -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
40-
41-
- name: Configure Raylib with CMake on Windows
42-
if: matrix.os == 'windows-latest'
43-
run: |
44-
cd raylib
45-
cmake -S ./ -B ./build -DCMAKE_BUILD_TYPE=Release -A ${{ matrix.arch-cmake }} -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
37+
cmake -S ./ -B ./build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
4638
4739
- name: Build raylib
4840
run: cmake --build raylib/build --config Release

0 commit comments

Comments
 (0)