From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:51:45 +0000 (+0100) Subject: Update check_classic_systemd_full.yml X-Git-Tag: 4.3.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b75dc055436855f508aa8cbfc377aa99c63057;p=thirdparty%2Fshairport-sync.git Update check_classic_systemd_full.yml --- diff --git a/.github/workflows/check_classic_systemd_full.yml b/.github/workflows/check_classic_systemd_full.yml index 75229469..b86731a4 100644 --- a/.github/workflows/check_classic_systemd_full.yml +++ b/.github/workflows/check_classic_systemd_full.yml @@ -13,6 +13,10 @@ jobs: steps: - uses: actions/checkout@v3.5.2 + - name: Update + run: | + apt-get update + apt-get -y upgrade - name: Install Dependencies run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libpulse-dev libsoundio-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev - name: Configure