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 6bf927b commit fe782d4Copy full SHA for fe782d4
.github/workflows/cmake-multi-platform.yml
@@ -44,7 +44,6 @@ jobs:
44
sudo apt-get install -y build-essential cmake
45
46
- name: Configure libssh2 with CMake
47
- if: matrix.os != 'windows-latest'
48
run: |
49
cd raylib
50
cmake -S ./ -B ./build -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF
0 commit comments