Skip to content

Commit c94b32e

Browse files
committed
full-check.yml: Ensure that distball can install Bash completion
1 parent 7e98cee commit c94b32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
rm -f dcfldd-*.tar.gz
9191
cd dcfldd-*
9292
./autogen.sh
93-
./configure CC=${{ matrix.cc }}
93+
./configure CC=${{ matrix.cc }} --with-bash-completion
9494
make
9595
ls
9696
sudo make install

0 commit comments

Comments
 (0)