1 Commits

Author SHA1 Message Date
6777a44b3b Remove sudo
Some checks failed
Build / Build (pull_request) Failing after 1m9s
2026-02-21 15:25:01 -05:00

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Python - name: Install Python
run: | run: |
apt update - y apt update -y
apt install python3 -y apt install python3 -y
- name: Install Qt - name: Install Qt