Skip to content

Commit

Permalink
Fixed 404 when installing devscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jan 6, 2024
1 parent f416b81 commit 0da5f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Set env
# Here we are setting a variable from an expression.
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: update repo information
run: sudo apt-get update
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
Expand Down

0 comments on commit 0da5f6d

Please sign in to comment.