diff --git a/.github/workflows/test-and-lint.yaml b/.github/workflows/test-and-lint.yaml index ca5138f..20f91d4 100644 --- a/.github/workflows/test-and-lint.yaml +++ b/.github/workflows/test-and-lint.yaml @@ -14,7 +14,10 @@ jobs: # we use some nightly rustfmt features, so we need nightly toolchain - uses: dtolnay/rust-toolchain@nightly with: - components: clippy, rustfmt + components: rustfmt + - uses: dtolnay/rust-toolchain@stable + with: + components: clippy - name: Install OS dependencies run: |