diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b8ea5d1..f5c9e31 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v1 - - id: Get random cache id + - name: Get random cache id run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV shell: bash - uses: pat-s/always-upload-cache@v2.1.3