mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-21 20:40:48 +08:00
[Windows] Update miniconda download link (#8041)
This commit is contained in:
committed by
GitHub
parent
55a4c8c33c
commit
c493b069d2
@@ -7,7 +7,7 @@ $CondaDestination = "C:\Miniconda"
|
||||
|
||||
# Install the latest Miniconda
|
||||
$InstallerName = "Miniconda3-latest-Windows-x86_64.exe"
|
||||
$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
|
||||
$InstallerUrl = "https://repo.anaconda.com/miniconda/${InstallerName}"
|
||||
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")
|
||||
|
||||
Install-Binary -Url $InstallerUrl -Name $InstallerName -ArgumentList $ArgumentList
|
||||
|
||||
Reference in New Issue
Block a user