Skip to content

Commit 8ec3559

Browse files
committed
[CI] ensure always fresh strawberry perl
1 parent 4421ab0 commit 8ec3559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
# ====================
5050
# Setup Perl
5151
# ====================
52-
52+
- name: Uninstall Preinstalled Strawberry Perl
53+
run: |
54+
choco uninstall -y strawberryperl
5355
- name: Setup Strawberry Perl Cache
5456
uses: actions/cache@v4
5557
id: perl-cache
@@ -61,7 +63,6 @@ jobs:
6163
# GitHub's CI environment comes with a preinstalled version of Strawberry Perl.
6264
# So first uninstall that one, then pick the version we want.
6365
run: |
64-
choco uninstall -y strawberryperl
6566
choco install -y strawberryperl --version ${{ matrix.perl }}
6667
6768
# ====================

0 commit comments

Comments
 (0)