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