Skip to content

Commit

Permalink
use sudo for apt operations not in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm authored Nov 28, 2023
1 parent 244c756 commit 0964719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
git config user.name 'Marcus Furlong'
- name: Install dependencies
run: |
apt update
export DEBIAN_FRONTEND=noninteractive
apt -y install python3-setuptools debhelper dh-exec dh-python git-buildpackage
sudo apt update
sudo apt -y install python3-setuptools debhelper dh-exec dh-python git-buildpackage
- name: Update repo version if required
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0964719

Please sign in to comment.