ci: Install setuptools

After Python 3.12 released, meson doesn't seem to like the python
installed by actions/setup-python any more.
This commit is contained in:
arch1t3cht 2023-10-18 23:29:20 +02:00
parent fabc6e436f
commit 45fdaecd72
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
- name: Setup Meson
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip install meson
- name: Setup MSVC