From 67cd556bb0b9d41bdd59208f9f199640035f2c6f Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Mon, 29 Dec 2025 09:03:45 -0500 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db9fc6f..ac0276e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: sudo apt-get install -y ${{ env.SYSTEM_DEPS }} - name: Setup Rust toolchain - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry and build uses: actions/cache@v4 @@ -64,7 +64,7 @@ jobs: sudo apt-get install -y ${{ env.SYSTEM_DEPS }} - name: Setup Rust toolchain - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry and build uses: actions/cache@v4 @@ -92,7 +92,7 @@ jobs: sudo apt-get install -y ${{ env.SYSTEM_DEPS }} - name: Setup Rust toolchain - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable with: components: clippy