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 fe782d4 commit b2d4ce5Copy full SHA for b2d4ce5
.github/workflows/cmake-multi-platform.yml
@@ -43,7 +43,7 @@ jobs:
43
sudo apt-get update
44
sudo apt-get install -y build-essential cmake
45
46
- - name: Configure libssh2 with CMake
+ - name: Configure raylib with CMake
47
run: |
48
cd raylib
49
cmake -S ./ -B ./build -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
0 commit comments