From dbf5b5bdd7f1c8b6233e9bb97d157e7f76c52030 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 7 Jun 2024 10:54:50 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/ci-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 901ab6e8..f01fc2d7 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -26,7 +26,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: ${{ inputs.rust-version }} + toolchain: stable override: true components: rustfmt, clippy - name: Set up cargo cache