Skip to content

Commit

Permalink
chore(Makefile): don't override rustup toolchain which is set in the …
Browse files Browse the repository at this point in the history
…matrix on CI
  • Loading branch information
steveej committed Aug 14, 2023
1 parent 8cd4057 commit f80d7dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ docs: tools
tools: tool_rust tool_fmt tool_clippy tool_readme

tool_rust:
@if rustup --version >/dev/null 2>&1; then \
echo "# Makefile # found rustup, setting override stable"; \
rustup override set stable; \
else \
@if ! rustup --version >/dev/null 2>&1; then \
echo "# Makefile # rustup not found, hopefully we're on stable"; \
fi;

Expand Down

0 comments on commit f80d7dc

Please sign in to comment.