Python
Some checks failed
Build / Build (pull_request) Failing after 57s

This commit is contained in:
2026-02-21 15:28:00 -05:00
parent 6777a44b3b
commit a40125416d

View File

@@ -18,9 +18,9 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Install Python
run: |
apt update -y
apt install python3 -y
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Qt
uses: jurplel/install-qt-action@v4