chore: Update Python version to 3.x

This commit is contained in:
Mauro Balades
2024-08-04 23:39:18 +02:00
parent 6740a7a610
commit c27f4767db

View File

@@ -293,6 +293,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Clone flatpak repo
uses: actions/checkout@v4
with: