mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
install pwsh via snap
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
source $HELPER_SCRIPTS/document.sh
|
source $HELPER_SCRIPTS/document.sh
|
||||||
|
|
||||||
# Install Powershell
|
# Install Powershell
|
||||||
apt-get install -y powershell
|
snap install powershell --classic --channel=edge/useedge
|
||||||
|
|
||||||
# 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"
|
||||||
|
|||||||
@@ -216,6 +216,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/2004/php.sh",
|
"{{template_dir}}/scripts/installers/2004/php.sh",
|
||||||
"{{template_dir}}/scripts/installers/pollinate.sh",
|
"{{template_dir}}/scripts/installers/pollinate.sh",
|
||||||
"{{template_dir}}/scripts/installers/postgresql.sh",
|
"{{template_dir}}/scripts/installers/postgresql.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
||||||
"{{template_dir}}/scripts/installers/ruby.sh",
|
"{{template_dir}}/scripts/installers/ruby.sh",
|
||||||
"{{template_dir}}/scripts/installers/rust.sh",
|
"{{template_dir}}/scripts/installers/rust.sh",
|
||||||
"{{template_dir}}/scripts/installers/julia.sh",
|
"{{template_dir}}/scripts/installers/julia.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user