We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f2784 commit fb5ac9dCopy full SHA for fb5ac9d
.github/workflows/rust.yml
@@ -26,12 +26,13 @@ jobs:
26
needs:
27
- build
28
steps:
29
- - run: apt-get update -qq
30
- - run: apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
31
- uses: actions/checkout@v2
32
- name: DEB packaging
33
- - run: mk-build-deps --install --remove --tool "apt-get -y -qq"
34
- - run: dpkg-buildpackage -us -uc -b
+ run: |
+ apt-get update -qq
+ apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
+ 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:
38
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments