Skip to content

Commit 910264e

Browse files
authored
Update check_ap2_systemd_full.yml
1 parent 4d20657 commit 910264e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check_ap2_systemd_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Configuration (without pa, soundio or apple-alac) for systemd.
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ "development", "danger" ]
6+
branches: [ "development" ]
77
pull_request:
88
types: [opened, synchronize, reopened, ready_for_review]
99

@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/[email protected]
1717
- name: Install Dependencies
18-
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 libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd
18+
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 libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd
1919
- name: Configure
2020
run: |
2121
autoreconf -i
22-
./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pipe --with-sndio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
22+
./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pipe --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
2323
- name: Make
2424
run: |
2525
make -j

0 commit comments

Comments
 (0)