Skip to content

Commit

Permalink
fix: 🐛 Fix llvm-version arg (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Nov 7, 2022
1 parent dfd9be6 commit 24ac1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-rust-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ while [[ $# -gt 0 ]]; do
;;
-l | --llvm-version)
LLVM_VERSION="$2"
LLVM_DIST_MIRROR="https://github.com/espressif/llvm-project/releases/download/${LLVM_VERSION}"
shift # past argument
shift # past value
;;
Expand Down

0 comments on commit 24ac1c8

Please sign in to comment.