Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Sep 18, 2023
1 parent 20a056e commit 52a6323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a6323

Please sign in to comment.