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