change wavpack to libwavpack-dev

This commit is contained in:
Justin Scofield
2023-01-03 11:33:39 -06:00
committed by GitHub
parent cc9524d9a6
commit b25e84c6d6

View File

@@ -26,7 +26,7 @@ jobs:
run: sudo apt install libglew-dev
- name: Install Audio Libs
run: sudo apt install wavpack
run: sudo apt install libwavpack-dev
- 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.