Skip to content

Commit

Permalink
Added forgotten sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 20, 2024
1 parent e067ac9 commit 1ad3a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: update repo information
run: sudo apt-get update
- name: install tzdata
run: DEBIAN_FRONTEND=noninteractive TZ="Europe/Berlin" apt-get -y install tzdata
run: |
sudo DEBIAN_FRONTEND=noninteractive TZ="Europe/Berlin" \
apt-get -y install tzdata
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
Expand Down

0 comments on commit 1ad3a31

Please sign in to comment.