diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-06-16 23:06:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 23:06:56 +0200 |
commit | 015eda6b18948f59bdd54171b7270e4b58cec7a7 (patch) | |
tree | 03fc03c1c5ab9e188c6cfcbf9b55dc1cf3f28a31 /.github/workflows | |
parent | c0e913600a8af834a7ade8610b6470f159e38980 (diff) | |
download | atracdenc-015eda6b18948f59bdd54171b7270e4b58cec7a7.tar.gz |
Add googletest to CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
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 |