Skip to content

Commit bc11935

Browse files
committed
Updated CI scripts
1 parent 9d63804 commit bc11935

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/ci-setup

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ EOF
156156
if [ "${OS}" == "ubuntu" ] ; then
157157
# Add PPA dreibh/ppa for Ubuntu:
158158
OS="${OS}" DISTRIBUTION="${DIST}" ARCHITECTURE="${ARCH}" pbuilder login --save-after-login <<EOF
159-
DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends \
160-
software-properties-common
159+
DEBIAN_FRONTEND=noninteractive apt-get install -qqy -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --no-install-recommends software-properties-common
161160
apt-add-repository -y ppa:dreibh/ppa
162161
apt-get update -q
163162
EOF

0 commit comments

Comments
 (0)