Update CMake workflow to include additional video library dependency

- Modified the CMake workflow to install the libxext-dev package alongside libglew-dev, ensuring all necessary video libraries are available for the build process.
This commit is contained in:
scawful
2025-09-24 19:50:08 -04:00
parent 93b000d1a8
commit b633e57ae7

View File

@@ -29,7 +29,7 @@ jobs:
submodules: recursive
- name: Install Video Libs
run: sudo apt install libglew-dev
run: sudo apt install libglew-dev libxext-dev
- name: Install Audio Libs
run: sudo apt install libwavpack-dev