From d3f2270f22f20b2cc44ac484777ad5ede19908dd Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 16 Jan 2026 15:59:05 +0400 Subject: [PATCH] Switch rnnoise to GitHub in macOS packaged action --- .github/workflows/mac_packaged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac_packaged.yml b/.github/workflows/mac_packaged.yml index 82f2b8490c..ac7c8145ba 100644 --- a/.github/workflows/mac_packaged.yml +++ b/.github/workflows/mac_packaged.yml @@ -92,7 +92,7 @@ jobs: run: | cd $LibrariesPath - git clone --depth=1 https://gitlab.xiph.org/xiph/rnnoise.git + git clone --depth=1 $GIT/xiph/rnnoise.git cd rnnoise ./autogen.sh ./configure --disable-examples --disable-doc