diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e172f13..29858ba 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -56,10 +56,6 @@ jobs: if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04' run: sudo apt-get update && sudo apt-get install -y libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libudev-dev make ninja-build cmake - - name: Get Clang 11 on Ubuntu - if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04' - run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" - - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory # We'll use this as our working directory for all subsequent commands