We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d4ce5 commit 9ed8e12Copy full SHA for 9ed8e12
.github/workflows/cmake-multi-platform.yml
@@ -41,7 +41,7 @@ jobs:
41
if: matrix.os == 'ubuntu-latest'
42
run: |
43
sudo apt-get update
44
- sudo apt-get install -y build-essential cmake
+ sudo apt-get install -y build-essential cmake libxrandr
45
46
- name: Configure raylib with CMake
47
0 commit comments