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