Skip to content

Commit f3f382a

Browse files
committed
Revert "Workaround failure while installing latest PowerShell that requires .NET 8"
This reverts commit 4d2ffd8.
1 parent d1a3664 commit f3f382a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
- name: Setup PowerShell (Ubuntu)
5454
if: matrix.os == 'ubuntu-latest'
5555
run: |
56-
# Temporary version downgrade because .NET 8 is not installed on runner.
57-
dotnet tool install --global PowerShell --version 7.3.10
56+
dotnet tool install --global PowerShell
5857
- name: Find latest PowerShell version (Windows)
5958
if: matrix.os == 'windows-latest'
6059
shell: pwsh

0 commit comments

Comments
 (0)