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 20a056e commit 52a6323Copy full SHA for 52a6323
.circleci/config.yml
@@ -175,7 +175,7 @@ jobs:
175
name: Install rustup and clang
176
# We are installing them at the same time because it is faster
177
# todo: Remove --ignore-checksums flag
178
- command: choco install rustup.install llvm -y --ignore-checksums
+ command: winget install Rustlang.Rustup LLVM.LLVM --accept-package-agreements --accept-source-agreements
179
- run:
180
name: Add target
181
command: rustup target add x86_64-pc-windows-msvc
0 commit comments