mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Hardcoded 'C:\' has been replaced to '$($env:SystemDrive)\'
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
## File: Install-SeleniumWebDrivers.ps1
|
## File: Install-SeleniumWebDrivers.ps1
|
||||||
## Desc: Install Selenium Web Drivers
|
## Desc: Install Selenium Web Drivers
|
||||||
################################################################################
|
################################################################################
|
||||||
$DestinationPath = "C:\";
|
$DestinationPath = "$($env:SystemDrive)\";
|
||||||
$DriversZipFile = "SeleniumWebDrivers.zip"
|
$DriversZipFile = "SeleniumWebDrivers.zip"
|
||||||
Write-Host "Destination path: [$DestinationPath]";
|
Write-Host "Destination path: [$DestinationPath]";
|
||||||
Write-Host "Selenium drivers download and install...";
|
Write-Host "Selenium drivers download and install...";
|
||||||
|
|||||||
Reference in New Issue
Block a user