Skip to content

Commit dd50604

Browse files
committed
Update config.yml
1 parent 74dc102 commit dd50604

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commands:
4242
command: sudo apt install clang
4343
orbs:
4444
rust: circleci/[email protected]
45-
win: circleci/windows@5.0
45+
win: circleci/windows@2.2.0
4646
executors:
4747
docker-publisher:
4848
environment:
@@ -175,9 +175,6 @@ jobs:
175175
name: Install rustup
176176
# todo: Remove --ignore-checksums flag
177177
command: choco install rustup.install -y --ignore-checksums
178-
- run:
179-
name: Refresh Environment Variables
180-
command: $Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
181178
- run:
182179
name: Install clang
183180
command: choco install llvm -y

0 commit comments

Comments
 (0)