Skip to content

Commit

Permalink
Remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Nov 23, 2024
1 parent 0358375 commit d6d86e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ commands:
rustup default 1.82.0
cargo --version --verbose
rustc --version | Out-File -FilePath "rust-version"
mkdir -p ~/.cargo
echo '[net]' > ~/.cargo/config.toml
echo 'git-fetch-with-cli = true' >> ~/.cargo/config.toml
if (!(Test-Path "Cargo.lock" -PathType Leaf)) {
cargo generate-lockfile
}
Expand Down

0 comments on commit d6d86e6

Please sign in to comment.