ci: pin clippy to 1.65.0 for the GUI
This commit is contained in:
parent
d529cd8b6c
commit
f996e25657
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user