Skip to content

Commit 7e2fc29

Browse files
committed
Update build.yml
1 parent 777e8c8 commit 7e2fc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
SRC=$(cygpath "$GITHUB_WORKSPACE/bash-5.1")
4444
cd "$SRC"
4545
46-
./configure --prefix="$DEST"
46+
./configure --prefix="$DEST" --without-termcap
4747
make
4848
make install
4949

0 commit comments

Comments
 (0)