Skip to content

Commit 370e827

Browse files
committed
Update config.yml
1 parent f6e211d commit 370e827

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ jobs:
177177
command: choco install rustup.install -y --ignore-checksums
178178
- run:
179179
name: Refresh Environment Variables
180-
command: |
181-
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
182-
refreshenv
180+
command: $Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
183181
- run:
184182
name: Install clang
185183
command: choco install llvm -y

0 commit comments

Comments
 (0)