diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c50813cf..612fbc14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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