]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update check_classic_systemd_full.yml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 19 Sep 2023 11:50:01 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 11:50:01 +0000 (12:50 +0100)
.github/workflows/check_classic_systemd_full.yml

index 1e817b611ac5d21ef08267b477eb3f96a3def142..50f78c23a210ce3978f342c3a82f548fd4455a6d 100644 (file)
@@ -19,13 +19,13 @@ jobs:
         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    
+      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
       run: |
         mkdir build
         cd build
         autoreconf -i ..
-        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pa --with-pipe --with-sndio --with-soundio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client
+        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pa --with-pipe --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client
     - name: Make
       run: |
         cd build