mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
add echo
This commit is contained in:
@@ -10,6 +10,7 @@ source $HELPER_SCRIPTS/document.sh
|
|||||||
LSB_RELEASE=$(lsb_release -rs)
|
LSB_RELEASE=$(lsb_release -rs)
|
||||||
# libicu64, which comes with php-intl module, has powershell breaking issue https://github.com/PowerShell/PowerShell/issues/9746
|
# libicu64, which comes with php-intl module, has powershell breaking issue https://github.com/PowerShell/PowerShell/issues/9746
|
||||||
# Fix - install additional libicu65 where the issue is fixed
|
# Fix - install additional libicu65 where the issue is fixed
|
||||||
|
echo "install libicu65"
|
||||||
sudo apt get install libicu65
|
sudo apt get install libicu65
|
||||||
|
|
||||||
# Install Powershell
|
# Install Powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user