fix(ci): remove sudo, runner is already root

This commit is contained in:
enzo 2026-05-13 00:33:59 +02:00
parent 2c77c4effb
commit 700b48f09b

View file

@ -57,8 +57,8 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
working-directory: /workspace/repo working-directory: /workspace/repo
run: | run: |
sudo apt-get update apt-get update
sudo apt-get install -y debhelper dh-python python3-all python3-venv devscripts apt-get install -y debhelper dh-python python3-all python3-venv devscripts
- name: Build .deb package - name: Build .deb package
working-directory: /workspace/repo working-directory: /workspace/repo