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 bdc1d34 commit 60bc464Copy full SHA for 60bc464
1 file changed
.github/workflows/debuild.yml
@@ -20,7 +20,7 @@ jobs:
20
# Here we are setting a variable from an expression.
21
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
22
- name: install devscripts
23
- run: sudo apt-get install equivs devscripts pipx
+ run: sudo apt-get install equivs devscripts pipx hub
24
- name: install dependencies
25
run: sudo mk-build-deps -ri
26
- name: debuild
@@ -79,7 +79,7 @@ jobs:
79
- name: install pbuilder
80
run: |
81
sudo apt-get install pbuilder qemu-user-static \
82
- debian-archive-keyring pipx
+ debian-archive-keyring pipx hub
83
# Needed for the release download
84
- uses: actions/checkout@v2
85
- name: Set env
0 commit comments