From c4eddc70f94c4db7e5eea2139d012589cca37df4 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Thu, 28 Dec 2023 11:22:11 +0100 Subject: [PATCH] something something distutils deprecated use setuptools whatever ok we try that --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 2fb16501..cc9e94d1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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: