Skip to content

Commit ada11d7

Browse files
committed
chore: use nushell in ci
1 parent 19d30e4 commit ada11d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
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'))
5050
# install nushell
5151
choco install nushell -y --no-progress
52+
Add-Content -Path $env:GITHUB_PATH -Value "C:\ProgramData\chocolatey\bin"
5253
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
5354
refreshenv
5455
nu --version

0 commit comments

Comments
 (0)