CI validate-appstream: Properly set Python version to use

This commit is contained in:
Philipp Wolfer
2023-01-06 08:12:45 +01:00
parent 051d26facc
commit 4996c9ee1b

View File

@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
- name: Install appstream-util
run: |
sudo apt-get update