From: Andrey Volk Date: Tue, 15 Jul 2025 15:01:13 +0000 (+0300) Subject: [GHA] Fix CI. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bfd488f8d8e856f341095dab53e29d2a31b1b5;p=thirdparty%2Ffreeswitch.git [GHA] Fix CI. --- diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index b274f45d6b..a5b77a5dce 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -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" diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index fc108b0ffe..6a9e15bfd9 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -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"