Skip to content

Commit 2016a27

Browse files
committed
ci: Purge Strawberry Perl from Windows builders
We don't use Perl, and it includes a completely busted version of `patch`.
1 parent 9fe911e commit 2016a27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ jobs:
140140
name: cibw-sdist
141141
path: dist/
142142

143+
- name: Purge Strawberry Perl
144+
if: startsWith(matrix.os, 'windows-')
145+
run: Remove-Item -Recurse C:\Strawberry
146+
143147
- name: Build wheels for CPython 3.14
144148
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
145149
with:

0 commit comments

Comments
 (0)