mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
remove pwsh fix
This commit is contained in:
@@ -12,9 +12,6 @@ LSB_RELEASE=$(lsb_release -rs)
|
|||||||
# Install Powershell
|
# Install Powershell
|
||||||
apt-get install -y 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
|
# Run tests to determine that the software installed as expected
|
||||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||||
if ! command -v pwsh; then
|
if ! command -v pwsh; then
|
||||||
|
|||||||
Reference in New Issue
Block a user