Remove sudo
Some checks failed
Build / Build (pull_request) Failing after 1m9s

This commit is contained in:
2026-02-21 15:23:10 -05:00
parent 288298ac18
commit 6777a44b3b

View File

@@ -19,8 +19,8 @@ jobs:
- name: Install Python
run: |
sudo apt update - y
sudo apt install python3 -y
apt update -y
apt install python3 -y
- name: Install Qt
uses: jurplel/install-qt-action@v4