mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
Revert "[Ubuntu] Install pwsh using dotnet tool" (#1979)
This commit is contained in:
committed by
GitHub
parent
d511b0d2da
commit
2842ad4c00
@@ -9,8 +9,7 @@ source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install Powershell
|
||||
if isUbuntu20 ; then
|
||||
dotnet tool install --tool-path /opt/microsoft/powershell/7 powershell
|
||||
ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
|
||||
snap install powershell --classic --channel=edge/useedge
|
||||
fi
|
||||
|
||||
if isUbuntu16 || isUbuntu18 ; then
|
||||
|
||||
Reference in New Issue
Block a user