Skip to content

Commit 52a6323

Browse files
committed
f
1 parent 20a056e commit 52a6323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
name: Install rustup and clang
176176
# We are installing them at the same time because it is faster
177177
# todo: Remove --ignore-checksums flag
178-
command: choco install rustup.install llvm -y --ignore-checksums
178+
command: winget install Rustlang.Rustup LLVM.LLVM --accept-package-agreements --accept-source-agreements
179179
- run:
180180
name: Add target
181181
command: rustup target add x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)