Skip to content

Commit

Permalink
Workaround for github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Oct 31, 2023
1 parent bdc1d34 commit 60bc464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Here we are setting a variable from an expression.
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
run: sudo mk-build-deps -ri
- name: debuild
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: install pbuilder
run: |
sudo apt-get install pbuilder qemu-user-static \
debian-archive-keyring pipx
debian-archive-keyring pipx hub
# Needed for the release download
- uses: actions/checkout@v2
- name: Set env
Expand Down

0 comments on commit 60bc464

Please sign in to comment.