add abseil lib install to cmake action
This commit is contained in:
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@@ -34,6 +34,9 @@ jobs:
|
||||
- name: Install Audio Libs
|
||||
run: sudo apt install libwavpack-dev
|
||||
|
||||
- name: Install Abseil-cpp
|
||||
run: sudo apt install libabsl-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.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
|
||||
Reference in New Issue
Block a user