From 99a38664d0d043abb8786b02c55f39ebd1508efb Mon Sep 17 00:00:00 2001 From: Matej Dedina Date: Sun, 4 Aug 2024 09:53:10 +0200 Subject: [PATCH] another fix --- .github/workflows/cmake-single-platform.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 2a9d1be..081da0a 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -28,7 +28,6 @@ jobs: run: | sudo apt update sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev libegl1-mesa-dev - make SYSTEM=linux-egl - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.