Skip to content

Commit 7d2e1eb

Browse files
committed
misc fixes
1 parent b205dab commit 7d2e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install devscripts
2020
run: |
2121
sudo DEBIAN_FRONTEND=noninteractive apt -qq -y install devscripts equivs lintian
22-
mk-build-deps -i -s sudo -t "apt --yes --no-install-recommends"
22+
mk-build-deps -i -r --root-cmd sudo debian/control
2323
2424
- name: Build source package
2525
env:

0 commit comments

Comments
 (0)