Analysis workflow, set MAKESHELL.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 21:23:12 +02:00
parent f963fc51d4
commit b4c0988cb9

View file

@ -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"