diff --git a/.github/workflows/ps74test.yml b/.github/workflows/ps74test.yml index b983e1d..e4f4b90 100644 --- a/.github/workflows/ps74test.yml +++ b/.github/workflows/ps74test.yml @@ -34,3 +34,14 @@ jobs: - name: Run PowerShell script run: pwsh -File progressTest.ps1 + + - name: downgrade PowerShell + run: | + sudo apt-get remove powershell + sudo apt-get install -y powershell=7.2.17-1.deb + + - name: Verify PowerShell installation + run: pwsh --version + + - name: Run PowerShell script + run: pwsh -File progressTest.ps1