From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:37:26 +0000 (+0100) Subject: Adjust build_check workflow. X-Git-Tag: 4.1-rc2~1^2~32^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3c37c5b2c550fa569ca8d6f19a308f3538c607;p=thirdparty%2Fshairport-sync.git Adjust build_check workflow. --- diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 38952783..f88d6d9e 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Dependencies - run: apt install --no-install-recommends build-essential git xmltoman autoconf automake \ + run: sudo apt install -y --no-install-recommends build-essential git xmltoman autoconf automake \ libtool libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev \ libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev xxd - name: Configure