From cf839c0fe9defb316a4f53042beeb491e3769c78 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:15:57 +1100 Subject: [PATCH] Update Rust installation action in workflow --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99442cd..2ab7acb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,10 +27,10 @@ jobs: with: node-version: 24.13.1 cache: 'npm' - - name: Install Rust stable - uses: actions-rs/toolchain@v1.0.7 + - name: install Rust stable + uses: dtolnay/rust-toolchain@stable with: - toolchain: stable + targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }} - name: Install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-22.04' run: |