From 83966513fdcbc450582d6a8caff83c72ae6f4015 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Wed, 30 Aug 2023 15:08:42 +0100 Subject: [PATCH] Explicitly disable sendmail in workflow. Otherwise ./configure fails as sendmail isn't installed. --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3