something something distutils deprecated use setuptools whatever ok we try that

This commit is contained in:
Nadia Holmquist Pedersen 2023-12-28 11:22:11 +01:00
parent be9846709f
commit c4eddc70f9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
brew install autoconf automake autoconf-archive glib libtool && pip3 install distutils
brew install autoconf automake autoconf-archive glib libtool && pip3 install setuptools
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with: