Skip to content

Commit

Permalink
Enable windows builds on CI
Browse files Browse the repository at this point in the history
Add install of llvm dependency with choco
  • Loading branch information
zvolin committed Nov 23, 2022
1 parent 05733e0 commit 746e30d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ commands:
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri "https://win.rustup.rs/" -OutFile "C:\rustup-init.exe"
& C:\rustup-init.exe -y --default-toolchain "stable-x86_64-pc-windows-msvc" --no-modify-path --profile minimal
choco install llvm -y
refreshenv
$env:Path += ";C:\Users\circleci\.cargo\bin"
rustc -Vv
cargo --version
Expand Down Expand Up @@ -323,7 +325,7 @@ workflows:
parameters:
workspace_member: [
account,
# cli,
# display
# node
cli,
display,
node
]

0 comments on commit 746e30d

Please sign in to comment.