]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Adjust build_check workflow.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 15:50:08 +0000 (16:50 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 15:50:08 +0000 (16:50 +0100)
.github/workflows/build_check.yml

index fe2448d963c229d8aff4709f21eee7319b3a8ce3..8bb2f354496978d28e1dd013527ee9b917ecbaca 100644 (file)
@@ -20,4 +20,6 @@ jobs:
         autoreconf -i ..
         ../configure --sysconfdir=/etc --with-alsa  --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-airplay-2
     - name: Make
-      run: make -j
+      run: |
+        cd build
+        make -j