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 67c3b00 commit 30fc5a1Copy full SHA for 30fc5a1
.github/workflows/cmake-single-platform.yml
@@ -22,6 +22,9 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
25
+ - name: Install deps
26
+ run: sudo apt install -y libopengl-dev
27
+
28
- name: Configure CMake
29
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
30
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments