ci: Run clippy from a fixed version instead of stable

This commit is contained in:
Quentin Gliech
2022-11-03 15:54:39 +01:00
parent d47ff77565
commit 447517f0b0

View File

@@ -88,8 +88,8 @@ jobs:
- name: Install toolchain
run: |
rustup toolchain install stable
rustup default stable
rustup toolchain install 1.64.0
rustup default 1.64.0
rustup component add clippy
- name: Install Protoc