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 f6e211d commit 370e827Copy full SHA for 370e827
.circleci/config.yml
@@ -177,9 +177,7 @@ jobs:
177
command: choco install rustup.install -y --ignore-checksums
178
- run:
179
name: Refresh Environment Variables
180
- command: |
181
- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
182
- refreshenv
+ command: $Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
183
184
name: Install clang
185
command: choco install llvm -y
0 commit comments