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:
parent
fabc6e436f
commit
45fdaecd72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Meson
|
- name: Setup Meson
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip setuptools
|
||||||
pip install meson
|
pip install meson
|
||||||
|
|
||||||
- name: Setup MSVC
|
- name: Setup MSVC
|
||||||
|
|
Loading…
Reference in a new issue