Skip to content

Commit 0622a61

Browse files
committed
Add missing Debian build dependency on 'sudo'
1 parent 77fd6c4 commit 0622a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
2222
sed 's/^deb /deb-src /' /etc/apt/sources.list >> /etc/apt/sources.list
2323
apt-get -q -y update
24-
apt-get -q -y install build-essential debhelper dpkg-sig fakeroot wget git meson python3-pyudev python3-pytest python3-libevdev
24+
apt-get -q -y install build-essential debhelper dpkg-sig fakeroot wget git meson python3-pyudev python3-pytest python3-libevdev sudo
2525
apt-get -q -y build-dep libwacom libwacom-dev
2626
2727
# makedeb

0 commit comments

Comments
 (0)