From: Thibault Godouet Date: Wed, 30 Aug 2023 14:08:42 +0000 (+0100) Subject: Explicitly disable sendmail in workflow. X-Git-Tag: ver3_3_2~12^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83966513fdcbc450582d6a8caff83c72ae6f4015;p=thirdparty%2Ffcron.git Explicitly disable sendmail in workflow. Otherwise ./configure fails as sendmail isn't installed. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index cdea097..bbd13bc 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -21,7 +21,7 @@ jobs: run: autoconf - name: configure - run: ./configure + run: ./configure --without-sendmail - name: Build the doc run: make doc