Skip to content

Commit 4e61dbe

Browse files
committed
ci: GitHub actions no longer remove strawberry perl
1 parent 132cd62 commit 4e61dbe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
- name: Install dependencies
6262
run: |
6363
pip install uv
64-
- name: Remove Strawberry Perl (Windows only)
65-
if: contains(matrix.os, 'windows')
66-
run: Remove-Item –path C:\\Strawberry –recurse –force
6764
- name: Cache Conan
6865
id: cache-conan
6966
uses: actions/cache@v3

0 commit comments

Comments
 (0)