From ba487611ee9a027d0b641202f6ae3479174a09d9 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Fri, 13 Sep 2024 14:21:51 +0800 Subject: [PATCH] chore: update action(rust-toolchain) --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index a4809687..b75e6c3f 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust Stable - uses: dtolnay/rust-toolchainn@stable + uses: dtolnay/rust-toolchain@stable - name: Add Rust Target run: rustup target add ${{ matrix.target }}