diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-26 07:44:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 07:44:40 +0000 |
commit | 97240237585db9abac22eb214f1865694706af1e (patch) | |
tree | 46384ad17c988d679b4137805a3dbc9212a50629 /.github/workflows | |
parent | eea5987f379cd76786ace382da09dd687ecca28a (diff) | |
parent | daacad489a4cd2a080c8bb811d9c8fb26c80b7cb (diff) | |
download | abaddon-portaudio-97240237585db9abac22eb214f1865694706af1e.tar.gz abaddon-portaudio-97240237585db9abac22eb214f1865694706af1e.zip |
Merge pull request #195 from uowuo/rnnoise
Use rnnoise for VAD
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cfb8b7..0f20cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: with: cond: ${{ matrix.mindeps == true }} if_true: | - cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DUSE_LIBHANDY=OFF -DENABLE_VOICE=OFF -DENABLE_NOTIFICATION_SOUNDS=OFF -DENABLE_QRCODE_LOGIN=OFF + cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DUSE_LIBHANDY=OFF -DENABLE_VOICE=OFF -DENABLE_NOTIFICATION_SOUNDS=OFF -DENABLE_QRCODE_LOGIN=OFF -DENABLE_RNNOISE=OFF cmake --build build if_false: | cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DCMAKE_CXX_FLAGS="-Wl,--default-image-base-low" |