diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35deecd..1ec6f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,16 +27,16 @@ jobs: libgles2-mesa-dev \ libfontconfig1-dev - - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@stable - with: - components: clippy - - name: Install Rust nightly toolchain uses: dtolnay/rust-toolchain@nightly with: components: rustfmt + - name: Install Rust toolchain + uses: dtolnay/rust-toolchain@stable + with: + components: clippy + - name: Cache cargo registry uses: actions/cache@v4 with: