diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 215a7e4..c96a48a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,8 +23,8 @@ jobs: - name: Cache build artifacts uses: actions/cache@v4.2.0 with: + key: "rust-cache" path: | - key: "Rust build cache" **/target - name: Build run: cargo build --verbose