Skip to content

Commit

Permalink
ci: rustup component add rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Mar 28, 2024
1 parent 76db46c commit 694b7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ commands:
set -eo pipefail
fi
set -u
# todo: put this into container image
rustup component add rust-src
prefix="<< parameters.prefix >>"
triplet="<< parameters.triplet >>"
mkdir -vp "${prefix}"
Expand Down

0 comments on commit 694b7ce

Please sign in to comment.