Skip to content

Commit

Permalink
Add workaround for cargo issue on CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Feb 2, 2022
1 parent 63108d5 commit e91665b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
name: Calculate dependencies
command: |
export PATH=$USERPROFILE/.cargo/bin:$PATH
echo "[net]" >> $USERPROFILE/.cargo/config
echo "git-fetch-with-cli = true" >> $USERPROFILE/.cargo/config
cargo generate-lockfile
- run:
name: Build all targets
Expand Down

0 comments on commit e91665b

Please sign in to comment.