From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:37:36 +0000 (+0100) Subject: Update check_classic_systemd_full.yml X-Git-Tag: 4.3.5^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f99d1f40704e543115b37c5e5266a11a32fe0c5;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 4d289c53..ea153e96 100644 --- a/.github/workflows/check_classic_systemd_full.yml +++ b/.github/workflows/check_classic_systemd_full.yml @@ -3,7 +3,7 @@ name: Classic (without pa, soundio, apple-alac) for systemd, using a build folde on: workflow_dispatch: push: - branches: [ "development", "danger" ] + branches: [ "development" ] pull_request: types: [opened, synchronize, reopened, ready_for_review] @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4 - 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 libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev + run: sudo apt-get -y --no-install-recommends install xmltoman libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev - name: Configure run: | mkdir build