From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 19:23:12 +0000 (+0200) Subject: Analysis workflow, set MAKESHELL. X-Git-Tag: release-1.13.2rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c0988cb9a7bb3056c9ce87a6f7fd3b63e09e5b;p=thirdparty%2Funbound.git Analysis workflow, set MAKESHELL. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index a32344089..68e09ffef 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -304,6 +304,7 @@ jobs: sed -e 's?^SHELL =.*$??' < tests/Makefile.orig > tests/Makefile mv xmlwf/Makefile xmlwf/Makefile.orig sed -e 's?^SHELL =.*$??' < xmlwf/Makefile.orig > xmlwf/Makefile + export MAKESHELL="/bin/sh" echo "make" make echo "make install"