aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-06-16 23:06:56 +0200
committerGitHub <noreply@github.com>2024-06-16 23:06:56 +0200
commit015eda6b18948f59bdd54171b7270e4b58cec7a7 (patch)
tree03fc03c1c5ab9e188c6cfcbf9b55dc1cf3f28a31
parentc0e913600a8af834a7ade8610b6470f159e38980 (diff)
downloadatracdenc-015eda6b18948f59bdd54171b7270e4b58cec7a7.tar.gz
Add googletest to CI
-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 b20c54e..d3afd76 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
+ sudo apt-get install -yq libsndfile1 libsndfile1-dev cmake googletest
cmake --version
gcc --version