We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de34cc1 commit 0ccb1daCopy full SHA for 0ccb1da
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
56
57
- name: Install Dependencies For Linux
58
- run: sudo apt-get update && sudo apt install libxcb1-dev libx11-dev libx11-xcb-dev libxrandr-dev libwayland-dev libdirectfb-dev
+ run: sudo apt-get update && sudo apt install libxcb1-dev libx11-dev libx11-xcb-dev libxrandr-dev libwayland-dev libdirectfb-dev libcglm-dev
59
60
- name: Configure CMake
61
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments