actions-rust-cross/install-cross-windows.ps1
2023-03-05 12:54:11 -06:00

5 lines
208 B
PowerShell
Executable File

cd $Env:RUNNER_TEMP
Invoke-WebRequest -URI 'https://raw.githubusercontent.com/houseabsolute/ubi/master/bootstrap/bootstrap-ubi.ps1' -UseBasicParsing | Invoke-Expression
.\ubi --project cross-rs/cross --in .