]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Explicitly disable sendmail in workflow.
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 30 Aug 2023 14:08:42 +0000 (15:08 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 14:08:42 +0000 (15:08 +0100)
Otherwise ./configure fails as sendmail isn't installed.

.github/workflows/makefile.yml

index cdea09797e4e700ba162324c914a3e3334305325..bbd13bc74fdf0385d141279ca2eade1a97e3e690 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       run: autoconf
 
     - name: configure
-      run: ./configure
+      run: ./configure --without-sendmail
 
     - name: Build the doc
       run: make doc