Skip to content

Commit 60bc464

Browse files
committed
Workaround for github issue
1 parent bdc1d34 commit 60bc464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Here we are setting a variable from an expression.
2121
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
2222
- name: install devscripts
23-
run: sudo apt-get install equivs devscripts pipx
23+
run: sudo apt-get install equivs devscripts pipx hub
2424
- name: install dependencies
2525
run: sudo mk-build-deps -ri
2626
- name: debuild
@@ -79,7 +79,7 @@ jobs:
7979
- name: install pbuilder
8080
run: |
8181
sudo apt-get install pbuilder qemu-user-static \
82-
debian-archive-keyring pipx
82+
debian-archive-keyring pipx hub
8383
# Needed for the release download
8484
- uses: actions/checkout@v2
8585
- name: Set env

0 commit comments

Comments
 (0)