Skip to content

Commit

Permalink
full-check.yml: Ensure that distball can install Bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and davidpolverari committed Oct 22, 2024
1 parent e775022 commit 2a935a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
rm -f dcfldd-*.tar.gz
cd dcfldd-*
./autogen.sh
./configure CC=${{ matrix.cc }}
./configure CC=${{ matrix.cc }} --with-bash-completion
make
ls
sudo make install
Expand Down

0 comments on commit 2a935a2

Please sign in to comment.