We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211e3c5 commit 9c35cdfCopy full SHA for 9c35cdf
.github/workflows/tests.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install tree (Windows)
30
if: matrix.os == 'windows-latest'
31
- run: Install-Module PSScriptTools -scope CurrentUser -force
+ run: Install-Module PSScriptTools -scope CurrentUser -force -AllowClobber
32
33
- name: Install tree (Linux)
34
if: matrix.os == 'ubuntu-latest'
0 commit comments