Skip to content

Commit

Permalink
ci: install Rust with rustup in lint-aux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Apr 21, 2024
1 parent d63f6cf commit 60e77a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/lint-aux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ sudo apt-get install -y --no-install-recommends shellcheck
sudo npm install -g markdownlint-cli
end_group

begin_group "Install Rust"
./ci/install-rust.sh stable.txt --profile minimal
# shellcheck disable=SC1091
. "$HOME/.cargo/env"
end_group

begin_group "Check crate version"

crate="sourceannot"
Expand Down

0 comments on commit 60e77a6

Please sign in to comment.