Skip to content

Commit

Permalink
ci: Install setuptools
Browse files Browse the repository at this point in the history
After Python 3.12 released, meson doesn't seem to like the python
installed by actions/setup-python any more.
  • Loading branch information
arch1t3cht committed Oct 18, 2023
1 parent fabc6e4 commit 45fdaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45fdaec

Please sign in to comment.