We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777e8c8 commit 7e2fc29Copy full SHA for 7e2fc29
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
SRC=$(cygpath "$GITHUB_WORKSPACE/bash-5.1")
44
cd "$SRC"
45
46
- ./configure --prefix="$DEST"
+ ./configure --prefix="$DEST" --without-termcap
47
make
48
make install
49
0 commit comments