Skip to content

Commit 9f90d0e

Browse files
committed
Try pip install distutils
1 parent c506905 commit 9f90d0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
if: matrix.virtual-environment == 'windows-2025'
3535
run: git config --global core.autocrlf false
3636

37+
- name: Install distutils (Windows specific)
38+
if: matrix.virtual-environment == 'windows-2025'
39+
run: pip install distutils
40+
3741
- name: Checkout
3842
uses: actions/checkout@v4
3943

0 commit comments

Comments
 (0)