We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8d25d commit 92c6df6Copy full SHA for 92c6df6
1 file changed
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
sudo apt-get update -qq
33
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"
+ sudo mk-build-deps --install --remove --tool "apt-get -y -qq"
35
dpkg-buildpackage -us -uc -b
36
- uses: "marvinpinto/action-automatic-releases@latest"
37
with:
0 commit comments