Skip to content

Commit 0ccb1da

Browse files
authored
Update cmake-multi-platform.yml
cglm wasn't playing nice so we'll try installing it through apt
1 parent de34cc1 commit 0ccb1da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5656
5757
- 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
58+
run: sudo apt-get update && sudo apt install libxcb1-dev libx11-dev libx11-xcb-dev libxrandr-dev libwayland-dev libdirectfb-dev libcglm-dev
5959

6060
- name: Configure CMake
6161
# 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

Comments
 (0)