summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-08-26 07:44:40 +0000
committerGitHub <noreply@github.com>2023-08-26 07:44:40 +0000
commit97240237585db9abac22eb214f1865694706af1e (patch)
tree46384ad17c988d679b4137805a3dbc9212a50629 /.github/workflows
parenteea5987f379cd76786ace382da09dd687ecca28a (diff)
parentdaacad489a4cd2a080c8bb811d9c8fb26c80b7cb (diff)
downloadabaddon-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.yml2
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"