add wavpack to workflow test instance
This commit is contained in:
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@@ -23,7 +23,10 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Video Libs
|
||||
run: sudo apt install libglew-dev
|
||||
run: sudo apt install libglew-dev
|
||||
|
||||
- name: Install Audio Libs
|
||||
run: sudo apt install wavpack
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
||||
Reference in New Issue
Block a user