Skip to content

Commit

Permalink
make rustup accept all
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Nov 12, 2024
1 parent 433a768 commit 98b4375
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 @@ -33,7 +33,7 @@ jobs:
- run:
name: Set Up Virtual Environment
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://sh.rustup.rs -sSf | sh -s -- -y
python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
Expand Down

0 comments on commit 98b4375

Please sign in to comment.