mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Ubuntu] pin powershell-core version (#6611)
This commit is contained in:
@@ -4,5 +4,9 @@
|
||||
## Desc: Installs powershellcore
|
||||
################################################################################
|
||||
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
pwshversion=$(get_toolset_value .pwsh.version)
|
||||
|
||||
# Install Powershell
|
||||
apt-get install -y powershell
|
||||
apt-get install -y powershell=$pwshversion*
|
||||
|
||||
Reference in New Issue
Block a user