diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 412f199..7a0e6ea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,6 +54,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Rust + run: rustup toolchain add --profile minimal stable --component clippy,rustfmt # Cargo setup - name: Set up Cargo cache