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 d1a3664 commit f3f382aCopy full SHA for f3f382a
.github/workflows/build.yml
@@ -53,8 +53,7 @@ jobs:
53
- name: Setup PowerShell (Ubuntu)
54
if: matrix.os == 'ubuntu-latest'
55
run: |
56
- # Temporary version downgrade because .NET 8 is not installed on runner.
57
- dotnet tool install --global PowerShell --version 7.3.10
+ dotnet tool install --global PowerShell
58
- name: Find latest PowerShell version (Windows)
59
if: matrix.os == 'windows-latest'
60
shell: pwsh
0 commit comments