]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Fix CI.
authorAndrey Volk <andywolk@gmail.com>
Tue, 15 Jul 2025 15:01:13 +0000 (18:01 +0300)
committerAndrey Volk <andywolk@gmail.com>
Tue, 15 Jul 2025 15:26:36 +0000 (18:26 +0300)
.github/workflows/scan-build.yml
.github/workflows/unit-test.yml

index b274f45d6bf47ce58ee0743a9d4d007719ab831b..a5b77a5dce3436be8128d6b6ce7f0beaae033723 100644 (file)
@@ -54,6 +54,7 @@ jobs:
         shell: bash
         working-directory: freeswitch
         run: |
+          DEBIAN_FRONTEND=noninteractive apt-get install -y libpcre2-dev libsphinxbase-dev libpocketsphinx-dev
           ./ci.sh -t scan-build -a configure -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"
           ./ci.sh -t scan-build -a build -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"
           ./ci.sh -t scan-build -a install -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"
index fc108b0ffe45f3a796a55d43c1cbb27e44081f16..6a9e15bfd999a805311f35574c026e6230d8f195 100644 (file)
@@ -87,6 +87,7 @@ jobs:
         shell: bash
         working-directory: freeswitch
         run: |
+          DEBIAN_FRONTEND=noninteractive apt-get install -y libpcre2-dev libsphinxbase-dev libpocketsphinx-dev
           ./ci.sh -t unit-test -a configure -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"
           ./ci.sh -t unit-test -a build -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"
           ./ci.sh -t unit-test -a install -c sofia-sip -p "$GITHUB_WORKSPACE/sofia-sip"