mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
remove pwsh fix
This commit is contained in:
@@ -12,9 +12,6 @@ LSB_RELEASE=$(lsb_release -rs)
|
||||
# Install Powershell
|
||||
apt-get install -y powershell
|
||||
|
||||
# Temp fix based on: https://github.com/PowerShell/PowerShell/issues/9746
|
||||
sudo apt remove libicu64
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
if ! command -v pwsh; then
|
||||
|
||||
Reference in New Issue
Block a user