Skip to content

Commit

Permalink
Winbuild workflow: do not call distutils anymore as it was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 6, 2023
1 parent 209e3b5 commit 5d762b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d762b5

Please sign in to comment.