diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 67564969d66..5a1b14819ec 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: CMake build +name: CMake on: push: @@ -66,10 +66,6 @@ jobs: sudo apt update sudo apt install libgl-dev libx11-xcb-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev wayland-protocols libwayland-dev libxkbcommon-dev - - name: Install GCC - if: matrix.c_compiler == 'gcc' - run: sudo apt install gcc g++ - - name: Set up Python uses: actions/setup-python@v4 with: