Skip to content

Commit

Permalink
debhelper is not installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko committed Nov 13, 2023
1 parent 1a5a761 commit f8599e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
KEY: ${{ secrets.UBUNTU_SIGNING_KEY }}
run: echo -n "$KEY" | base64 --decode | gpg --import

- run: sudo apt-get -qq update && sudo apt-get -qq upgrade && sudo apt-get -qq install build-essential dput-ng
- run: sudo apt-get -qq update && sudo apt-get -qq upgrade && sudo apt-get -qq install build-essential debhelper dput-ng

- run: sed -re "1 s/\(([^)]+)\) ([^;]+)/\(\1~${{ matrix.distro }}\) ${{ matrix.distro }}/" -i debian/changelog
- env:
Expand Down

0 comments on commit f8599e6

Please sign in to comment.