Verified Commit 64f69e40 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: CI: install fakeroot on debian provisioning, needed by the ubuntu noble job (#94)

parent 9061b6a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
# Parameters
DIRNAME="`dirname $0`"
BASEPATH="$DIRNAME/.."
DEPENDENCIES_PACKAGING_DEBIAN="git-buildpackage equivs"
DEPENDENCIES_PACKAGING_DEBIAN="git-buildpackage equivs fakeroot"

# Check for sudo
if [ "`whoami`" != "root" ]; then