mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
8 lines
342 B
PowerShell
8 lines
342 B
PowerShell
################################################################################
|
|
## File: Install-Julia.ps1
|
|
## Desc: Install Julia
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName julia -ArgumentList "--ia","/DIR=C:\Julia"
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Julia" |