Skip to content

Commit

Permalink
Workaround failure while installing latest PowerShell that requires .…
Browse files Browse the repository at this point in the history
…NET 8
  • Loading branch information
bkoelman committed Nov 17, 2023
1 parent 1e0d9c9 commit 4d2ffd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
- name: Setup PowerShell (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
dotnet tool install --global PowerShell
# Temporary version downgrade because .NET 8 is not installed on runner.
dotnet tool install --global PowerShell --version 7.3.10
- name: Find latest PowerShell version (Windows)
if: matrix.os == 'windows-latest'
shell: pwsh
Expand Down

0 comments on commit 4d2ffd8

Please sign in to comment.