From cc804fe8bf9ef78f0f5e19b1abe95ae97ae10da1 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Thu, 21 Mar 2024 18:47:18 +0100 Subject: [PATCH] update gh action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 422e492..425bd49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Install toolchain - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@stable with: + toolchain: nightly components: rustfmt, clippy - uses: actions/checkout@v3 with: