From 87f209f57d5cb50fb48b6f5854286f5d9074566b Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:51:53 +0100 Subject: [PATCH] Update check_classic_systemd_full.yml --- .github/workflows/check_classic_systemd_full.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check_classic_systemd_full.yml b/.github/workflows/check_classic_systemd_full.yml index 50f78c23..5c0048a5 100644 --- a/.github/workflows/check_classic_systemd_full.yml +++ b/.github/workflows/check_classic_systemd_full.yml @@ -14,10 +14,6 @@ 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 libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev - name: Configure -- 2.47.2