Skip to content

Commit

Permalink
Update windows CI conf
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Nov 22, 2024
1 parent 6f810e0 commit a906baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ commands:
rustup default 1.82.0
cargo --version --verbose
rustc --version | Out-File -FilePath "rust-version"
choco install git
if (!(Test-Path "Cargo.lock" -PathType Leaf)) {
cargo generate-lockfile
}
Expand Down

0 comments on commit a906baa

Please sign in to comment.