mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
update driver
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
## Desc: Install Windows Application Driver (WinAppDriver)
|
## Desc: Install Windows Application Driver (WinAppDriver)
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
||||||
$InstallerName = "WindowsApplicationDriver.msi"
|
$InstallerName = "WindowsApplicationDriver_1.2.1.msi"
|
||||||
$InstallerUrl = "https://github.com/Microsoft/WinAppDriver/releases/download/v1.1/${InstallerName}"
|
$InstallerUrl = "https://github.com/Microsoft/WinAppDriver/releases/download/v1.2.1/${InstallerName}"
|
||||||
|
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
Install-Binary -Url $InstallerUrl -Name $InstallerName
|
Install-Binary -Url $InstallerUrl -Name $InstallerName
|
||||||
|
|||||||
Reference in New Issue
Block a user