Skip to content

Commit d1f3f14

Browse files
committed
f
1 parent 911536e commit d1f3f14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ jobs:
177177
command: choco install rustup.install -y --ignore-checksums
178178
- run:
179179
name: Refresh Environment Variables
180-
command: refreshenv
180+
command:
181+
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
182+
refreshenv
181183
- run:
182184
name: Install clang
183185
command: choco install llvm -y

0 commit comments

Comments
 (0)