Skip to content

Commit bdd1f72

Browse files
mcmilktonyhutter
authored andcommitted
Fix dependency install on Debian 11 (openzfs#16683)
Adding cryptsetup breaks some dialog things on Debian 11. Apply some workaround for it. Signed-off-by: Tino Reichardt <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
1 parent 51996dc commit bdd1f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/qemu-3-deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ case "$1" in
111111
archlinux
112112
;;
113113
debian*)
114+
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
114115
debian
115116
echo "##[group]Install Debian specific"
116117
sudo apt-get install -yq linux-perf dh-sequence-dkms

0 commit comments

Comments
 (0)