Skip to content

Commit 92c6df6

Browse files
author
nuno
committed
fix ci
1 parent fb8d25d commit 92c6df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get update -qq
3333
sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make equivs
34-
mk-build-deps --install --remove --tool "apt-get -y -qq"
34+
sudo mk-build-deps --install --remove --tool "apt-get -y -qq"
3535
dpkg-buildpackage -us -uc -b
3636
- uses: "marvinpinto/action-automatic-releases@latest"
3737
with:

0 commit comments

Comments
 (0)