aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-06-16 23:10:52 +0200
committerGitHub <noreply@github.com>2024-06-16 23:10:52 +0200
commit73dbd1609445a0142e1e138b6b44ec6d1925cbb8 (patch)
tree014483eb513b12336f9098c1f1feb744f3eeb2c1 /.github
parent015eda6b18948f59bdd54171b7270e4b58cec7a7 (diff)
downloadatracdenc-73dbd1609445a0142e1e138b6b44ec6d1925cbb8.tar.gz
Add libgtest-dev to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d3afd76..e361e4f 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -54,7 +54,7 @@ jobs:
if: startsWith(matrix.config.name,'Ubuntu_Latest_GCC')
run: |
sudo apt-get update
- sudo apt-get install -yq libsndfile1 libsndfile1-dev cmake googletest
+ sudo apt-get install -yq libsndfile1 libsndfile1-dev cmake googletest libgtest-dev
cmake --version
gcc --version