ci: pin clippy to 1.65.0 for the GUI

This commit is contained in:
Antoine Poinsot 2022-12-16 11:05:56 +01:00
parent d529cd8b6c
commit f996e25657
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -52,8 +52,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt
toolchain: 1.65.0
components: rustfmt, clippy
override: true
- name: rustfmt
run: cd gui && cargo fmt -- --check