Skip to content

Commit 0f05138

Browse files
authored
Update check_ap2_systemd_full.yml
1 parent 10bef38 commit 0f05138

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_ap2_systemd_full.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ 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

1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3.5.2
16+
- uses: actions/checkout@v4
1717
- name: Install Dependencies
1818
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
1919
- name: Configure
2020
run: |
21-
autoreconf -i
21+
autoreconf -fi
2222
./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
2323
- name: Make
2424
run: |

0 commit comments

Comments
 (0)