From 5d762b5ff5d606226410ea45e348623356a1cd5d Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 6 Oct 2023 11:36:31 +0200 Subject: [PATCH] Winbuild workflow: do not call distutils anymore as it was removed --- .github/workflows/winbuild.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/winbuild.yml b/.github/workflows/winbuild.yml index 4cac0d8..2eee6c4 100644 --- a/.github/workflows/winbuild.yml +++ b/.github/workflows/winbuild.yml @@ -24,11 +24,6 @@ jobs: with: python-version: "3.12" - - name: "Get some useful debug information" - run: | - python -VV - python -c "from distutils import ccompiler; print(ccompiler.get_default_compiler())" - - name: "Build YOGA Windows Standelone Version" run: | winbuild\builddist.bat