Skip to content

Commit

Permalink
Fix debian package building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Blaisot committed Oct 16, 2023
1 parent ea29503 commit dd79acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packaging/installrequirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install --yes devscripts lsb-release binutils fakeroot quilt devscripts dpkg-dev libdistro-info-perl equivs aptitude wget build-essential git --no-install-recommends --no-install-suggests
dpkg-checkbuilddeps || (yes y | mk-build-deps debian/control -ir) || true

if [ -z "${SKIP_GO}" ]; then
if [ -z "${SKIP_GO:-}" ]; then
echo "=========="
echo "Install GO"
echo "=========="
Expand Down

0 comments on commit dd79acc

Please sign in to comment.