We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d30e4 commit ada11d7Copy full SHA for ada11d7
.github/workflows/rust.yml
@@ -49,6 +49,7 @@ jobs:
49
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
50
# install nushell
51
choco install nushell -y --no-progress
52
+ Add-Content -Path $env:GITHUB_PATH -Value "C:\ProgramData\chocolatey\bin"
53
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
54
refreshenv
55
nu --version
0 commit comments