mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
7 lines
259 B
PowerShell
7 lines
259 B
PowerShell
################################################################################
|
|
## File: Install-Julia.ps1
|
|
## Desc: Install Julia
|
|
################################################################################
|
|
|
|
choco install julia -y --ia "/D=C:\Julia"
|