From 52a632323f943ea113670f8d5bda57846d04d773 Mon Sep 17 00:00:00 2001 From: Kolby ML <31669092+KolbyML@users.noreply.github.com> Date: Sun, 17 Sep 2023 20:06:48 -0600 Subject: [PATCH] f --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b281728e5..73c4de3010 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,7 +175,7 @@ jobs: name: Install rustup and clang # We are installing them at the same time because it is faster # todo: Remove --ignore-checksums flag - command: choco install rustup.install llvm -y --ignore-checksums + command: winget install Rustlang.Rustup LLVM.LLVM --accept-package-agreements --accept-source-agreements - run: name: Add target command: rustup target add x86_64-pc-windows-msvc