mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
7 lines
290 B
PowerShell
7 lines
290 B
PowerShell
################################################################################
|
|
## File: Install-Edge.ps1
|
|
## Desc: Install latest stable version of Microsoft Edge browser
|
|
################################################################################
|
|
|
|
choco install microsoft-edge -y
|