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:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user