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 9ed8e12 commit 79c70e7Copy full SHA for 79c70e7
.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 libxrandr
+ sudo apt-get install -y build-essential cmake libxrandr-dev
45
46
- name: Configure raylib with CMake
47
0 commit comments