diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed99dd818..bddf9cbfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -160,7 +160,7 @@ jobs: run: | set "extractPath=C:\Program Files\PowerShell\7" curl -sLO https://github.com/PowerShell/PowerShell/releases/download/v7.2.17/PowerShell-7.2.17-win-x64.zip - RMDIR "%extractPath%" /S /Q + rmdir /s /q "%extractPath%" 7z x PowerShell-7.2.17-win-x64.zip -o"%extractPath%" pwsh --version - name: Integration Tests