Skip to content

Commit

Permalink
Fix dependency install on Debian 11
Browse files Browse the repository at this point in the history
Adding cryptsetup breaks some dialog things on Debian 11.
Apply some workaround for it.

Signed-off-by: Tino Reichardt <[email protected]>
  • Loading branch information
mcmilk committed Oct 24, 2024
1 parent aefc2da commit 627c4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/qemu-3-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ case "$1" in
archlinux
;;
debian*)
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
debian
echo "##[group]Install Debian specific"
sudo apt-get install -yq linux-perf dh-sequence-dkms
Expand Down

0 comments on commit 627c4a3

Please sign in to comment.