github: fix ubuntu workflow.

This commit is contained in:
Dario Lombardo 2022-08-01 23:00:36 +02:00 committed by A Wireshark GitLab Utility
parent fe573cfe9a
commit a0174e4f0b
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ jobs:
- name: Build debian pkg
run: |
ln --symbolic --no-dereference --force packaging/debian
tools/make-version.py --set-release .
export DEB_BUILD_OPTIONS="nocheck parallel=$(( $(getconf _NPROCESSORS_ONLN) + 2 ))"
export DH_QUIET=1
export MAKEFLAGS=--silent
dpkg-buildpackage -b -us -uc -jauto
- name: Move deb packages
run: |