]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update check_classic_systemd_full.yml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 22 Jul 2024 12:37:36 +0000 (13:37 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 12:37:36 +0000 (13:37 +0100)
.github/workflows/check_classic_systemd_full.yml

index 4d289c5321e1c96e4150eeafd8db9f965c7dd5eb..ea153e96711a3352b45085840d83dbc1562b21c4 100644 (file)
@@ -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