something something distutils deprecated use setuptools whatever ok we try that
This commit is contained in:
parent
be9846709f
commit
c4eddc70f9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue