summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-23 10:49:36 +0000
committerbors <bors@rust-lang.org>2019-10-23 10:49:36 +0000
commit8a2e13b20ae076c07c246ca44fbec0caacfec87a (patch)
tree00bf7827ebc7689d6138a875e1f2f7400857197d /.github/workflows/main.yml
parente6161a6f5819483fe5cdc0e0e9daf1487152fd7e (diff)
parentee311b8e5c0b47030fd05fddeb431319ec41398d (diff)
Auto merge of #220 - gdoenlen:master, r=fmoko
Add windows install script Adds a powershell install script for windows users that are at least running powershell 5. It is almost a direct port of install.sh. This would be used to automatically download the script much like curl | bash, but with: `Invoke-WebRequest https://urltoscript.com | Select-Object -ExpandProperty Content | Out-File $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1`
Diffstat (limited to '.github/workflows/main.yml')
0 files changed, 0 insertions, 0 deletions