diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-06-16 23:10:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 23:10:52 +0200 |
commit | 73dbd1609445a0142e1e138b6b44ec6d1925cbb8 (patch) | |
tree | 014483eb513b12336f9098c1f1feb744f3eeb2c1 /.github/workflows | |
parent | 015eda6b18948f59bdd54171b7270e4b58cec7a7 (diff) | |
download | atracdenc-73dbd1609445a0142e1e138b6b44ec6d1925cbb8.tar.gz |
Add libgtest-dev 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 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 |