Skip to content

Commit 9c35cdf

Browse files
committed
Update windows test
1 parent 211e3c5 commit 9c35cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install tree (Windows)
3030
if: matrix.os == 'windows-latest'
31-
run: Install-Module PSScriptTools -scope CurrentUser -force
31+
run: Install-Module PSScriptTools -scope CurrentUser -force -AllowClobber
3232

3333
- name: Install tree (Linux)
3434
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)