From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:50:08 +0000 (+0100) Subject: Adjust build_check workflow. X-Git-Tag: 4.1-rc2~1^2~32^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d3d4bfc656f5ba0aa1980e5c19b4dd291a2145;p=thirdparty%2Fshairport-sync.git Adjust build_check workflow. --- diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index fe2448d9..8bb2f354 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -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