add wavpack to workflow test instance

This commit is contained in:
Justin Scofield
2023-01-03 11:30:53 -06:00
committed by GitHub
parent e89763e66c
commit cc9524d9a6

View File

@@ -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.