From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:47:15 +0000 (+0100) Subject: Adjust build_check workflow. X-Git-Tag: 4.1-rc2~1^2~32^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87cdf45620ad5a2bd6396dd158aa7404fd723633;p=thirdparty%2Fshairport-sync.git Adjust build_check workflow. --- diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index a0bfa204..fe2448d9 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -19,5 +19,5 @@ jobs: cd build autoreconf -i .. ../configure --sysconfdir=/etc --with-alsa --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-airplay-2 - - name: make - run: Make + - name: Make + run: make -j