Install python.
Some checks failed
Build / Build (pull_request) Failing after 49s

This commit is contained in:
2026-02-21 15:21:53 -05:00
parent d461a29ff9
commit 288298ac18

View File

@@ -3,12 +3,10 @@ name: Build
on:
push:
branches:
- '*'
# Runs on tag so the release workflow can use its artifact.
- main
tags:
- "v*"
- 'v*'
pull_request:
workflow_dispatch:
jobs:
Build:
@@ -19,6 +17,11 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Install Python
run: |
sudo apt update - y
sudo apt install python3 -y
- name: Install Qt
uses: jurplel/install-qt-action@v4
with: