From 0ab5209c09c6e43c0bc477d0e9d2e2654242972d Mon Sep 17 00:00:00 2001 From: drendog Date: Sat, 24 Jan 2026 05:46:16 +0100 Subject: [PATCH] ci: invert order --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: