github-ci: use rust 1.85.0 for clippy check on templates

Currently our CI clippy test is based on 1.85.0, but the clippy test for
the templates was using latest stable.  Unify the clippy checks to
1.85.0.
pull/13244/head
Jason Ish 2 months ago committed by Victor Julien
parent 91353fdb61
commit 061ed2d6a4

@ -283,7 +283,7 @@ jobs:
sudo \ sudo \
which \ which \
zlib-devel zlib-devel
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- run: rustup component add rustfmt - run: rustup component add rustfmt
- run: rustup component add clippy - run: rustup component add clippy

Loading…
Cancel
Save