fix(ci): remove sudo, runner is already root
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s
This commit is contained in:
parent
2c77c4effb
commit
5395a2a022
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ jobs:
|
|||
- name: Install build dependencies
|
||||
working-directory: /workspace/repo
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y debhelper dh-python python3-all python3-venv devscripts
|
||||
apt-get update
|
||||
apt-get install -y debhelper dh-python python3-all python3-venv devscripts
|
||||
|
||||
- name: Build .deb package
|
||||
working-directory: /workspace/repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue